diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-10 09:22:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-10 09:22:36 +0000 |
commit | 18d8a3b7e314036b915ba9e537832d4a52db75bc (patch) | |
tree | a4f2464f5d532d34957e208bd65ae99b14e90146 /include/applets.h | |
parent | 883d4842d26e0ad7667c04579c089ec3ba7960d8 (diff) | |
download | busybox-w32-18d8a3b7e314036b915ba9e537832d4a52db75bc.tar.gz busybox-w32-18d8a3b7e314036b915ba9e537832d4a52db75bc.tar.bz2 busybox-w32-18d8a3b7e314036b915ba9e537832d4a52db75bc.zip |
udhcpc is supposed to be in /sbin, not /usr/sbin/
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 5474de581..6c274825c 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -563,7 +563,7 @@ | |||
563 | APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 563 | APPLET(tty, tty_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
564 | #endif | 564 | #endif |
565 | #ifdef CONFIG_UDHCPC | 565 | #ifdef CONFIG_UDHCPC |
566 | APPLET(udhcpc, udhcpc_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) | 566 | APPLET(udhcpc, udhcpc_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
567 | #endif | 567 | #endif |
568 | #ifdef CONFIG_UDHCPD | 568 | #ifdef CONFIG_UDHCPD |
569 | APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) | 569 | APPLET(udhcpd, udhcpd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) |