projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
883d484
)
udhcpc is supposed to be in /sbin, not /usr/sbin/
author
Eric Andersen
<andersen@codepoet.org>
Mon, 10 Feb 2003 09:22:36 +0000
(09:22 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 10 Feb 2003 09:22:36 +0000
(09:22 -0000)
include/applets.h
patch
|
blob
|
history
diff --git
a/include/applets.h
b/include/applets.h
index 5474de581ca0015e90601bdb1a0e14e9551ad9d7..6c274825caa3cec00727c465f8ca6436251ae9c5 100644
(file)
--- a/
include/applets.h
+++ b/
include/applets.h
@@
-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)