udhcpc is supposed to be in /sbin, not /usr/sbin/
authorEric Andersen <andersen@codepoet.org>
Mon, 10 Feb 2003 09:22:36 +0000 (09:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 10 Feb 2003 09:22:36 +0000 (09:22 -0000)
include/applets.h

index 5474de581ca0015e90601bdb1a0e14e9551ad9d7..6c274825caa3cec00727c465f8ca6436251ae9c5 100644 (file)
        APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_UDHCPC
-       APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
+       APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_UDHCPD
         APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)