aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
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 /loginutils/Config.in
parent45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff)
downloadbusybox-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.gz
- clean up addgroup, fix adding users to existing groups and make it optional (Tito)
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 03a638c00..1d52cdfe5 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -59,6 +59,15 @@ config ADDGROUP
help
Utility for creating a new group account.
+config FEATURE_ADDUSER_TO_GROUP
+ bool "Support for adding users to groups"
+ default n
+ depends on ADDGROUP
+ help
+ If called with two non-option arguments,
+ addgroup will add an existing user to an
+ existing group.
+
config DELGROUP
bool "delgroup"
default n