diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-05 13:16:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-05 13:16:39 +0000 |
commit | 00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1 (patch) | |
tree | 2c022b73bda2262e3bd8e6926e8759d2339a7b2b /loginutils/Config.in | |
parent | 45aebfd32d30de492c6c714cd5b6a08ae4a53867 (diff) | |
download | busybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.gz busybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.tar.bz2 busybox-w32-00c2c4868a5bd90fe36beaf9236f23f60cd5e8e1.zip |
- 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 03a638c00..1d52cdfe5 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -59,6 +59,15 @@ config ADDGROUP | |||
59 | help | 59 | help |
60 | Utility for creating a new group account. | 60 | Utility for creating a new group account. |
61 | 61 | ||
62 | config FEATURE_ADDUSER_TO_GROUP | ||
63 | bool "Support for adding users to groups" | ||
64 | default n | ||
65 | depends on ADDGROUP | ||
66 | help | ||
67 | If called with two non-option arguments, | ||
68 | addgroup will add an existing user to an | ||
69 | existing group. | ||
70 | |||
62 | config DELGROUP | 71 | config DELGROUP |
63 | bool "delgroup" | 72 | bool "delgroup" |
64 | default n | 73 | default n |