udhcpc is supposed to be in /sbin, not /usr/sbin/

This commit is contained in:
Eric Andersen 2003-02-10 09:22:36 +00:00
parent 883d4842d2
commit 18d8a3b7e3

View File

@ -563,7 +563,7 @@
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)