Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 17:16:39 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-05 17:16:39 +0400
commit00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (patch)
tree2c022b73bda2262e3bd8e6926e8759d2339a7b2b /scripts
parent45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff)
- 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