diff options
author | Bernhard Reutner-Fischer | 2007-04-05 13:16:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-04-05 13:16:39 +0000 |
commit | 00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (patch) | |
tree | 2c022b73bda2262e3bd8e6926e8759d2339a7b2b /loginutils/Config.in | |
parent | 45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff) | |
download | busybox-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.zip busybox-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.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 03a638c..1d52cdf 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 |