[git commit] adduser: install to /usr, not /, like all other similar tools

Denys Vlasenko vda.linux at googlemail.com
Wed Jun 20 18:35:58 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=2bc495e4c402d9bc74c42ea01b7891356917d06e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/applets.src.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/applets.src.h b/include/applets.src.h
index 89d2587..597b1c9 100644
--- 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))


More information about the busybox-cvs mailing list