[BusyBox-cvs] busybox/include applets.h,1.112,1.113

Erik Andersen andersen at busybox.net
Tue Apr 6 16:59:46 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv20088/include

Modified Files:
	applets.h 
Log Message:
Seem not many people are using 'ipaddr' since it has
never worked....  Most people use 'ip addr foo' I suppose.


Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- a/applets.h	13 Mar 2004 08:33:09 -0000	1.112
+++ b/applets.h	6 Apr 2004 16:59:43 -0000	1.113
@@ -292,7 +292,7 @@
 #ifdef CONFIG_IP
 	APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
-#ifdef CONFIG_IPADDRESS
+#ifdef CONFIG_IPADDR
 	APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_IPCALC




More information about the busybox-cvs mailing list