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:
dac8e79
)
adduser: install to /usr, not /, like all other similar tools
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 20 Jun 2012 18:35:58 +0000
(20:35 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 20 Jun 2012 18:35:58 +0000
(20:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/applets.src.h
patch
|
blob
|
history
diff --git
a/include/applets.src.h
b/include/applets.src.h
index 89d258719a496479b051d931771a3cc2ef7a474b..597b1c9a68c8a68ced0ef24cf4b9c1f3552fcd77 100644
(file)
--- a/
include/applets.src.h
+++ b/
include/applets.src.h
@@
-71,7
+71,7
@@
IF_TEST(APPLET_NOFORK([, test, BB_DIR_USR_BIN, BB_SUID_DROP, test))
IF_TEST(APPLET_NOFORK([[, test, BB_DIR_USR_BIN, BB_SUID_DROP, test))
IF_ACPID(APPLET(acpid, BB_DIR_SBIN, BB_SUID_DROP))
IF_ADDGROUP(APPLET(addgroup, BB_DIR_USR_SBIN, BB_SUID_DROP))
-IF_ADDUSER(APPLET(adduser, BB_DIR_SBIN, BB_SUID_DROP))
+IF_ADDUSER(APPLET(adduser, BB_DIR_
USR_
SBIN, BB_SUID_DROP))
IF_ADJTIMEX(APPLET(adjtimex, BB_DIR_SBIN, BB_SUID_DROP))
IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP))
IF_ARP(APPLET(arp, BB_DIR_SBIN, BB_SUID_DROP))