aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 13:16:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 13:16:39 +0000
commit00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (patch)
tree2c022b73bda2262e3bd8e6926e8759d2339a7b2b /scripts
parent45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff)
downloadbusybox-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.gz
- clean up addgroup, fix adding users to existing groups and make it optional (Tito)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig
index 42f3605da..6864b2fa6 100644
--- a/scripts/defconfig
+++ b/scripts/defconfig
@@ -347,6 +347,7 @@ CONFIG_FEATURE_SHADOWPASSWDS=y
CONFIG_USE_BB_SHADOW=y
CONFIG_USE_BB_PWD_GRP=y
CONFIG_ADDGROUP=y
+CONFIG_FEATURE_ADDUSER_TO_GROUP=y
CONFIG_DELGROUP=y
CONFIG_ADDUSER=y
CONFIG_DELUSER=y