aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 19:50:23 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 19:50:23 +0000
commit87d618846726b0ab2ff9d3f7e2d687e554743e2b (patch)
treef885b7279f3fe1be1fc1acab86a8f4f79314cfaf /loginutils
parentfbacddfc70820114f97842bddce9b6291c917d88 (diff)
downloadbusybox-w32-87d618846726b0ab2ff9d3f7e2d687e554743e2b.tar.gz
busybox-w32-87d618846726b0ab2ff9d3f7e2d687e554743e2b.tar.bz2
busybox-w32-87d618846726b0ab2ff9d3f7e2d687e554743e2b.zip
tito <farmatito@tiscali.it> noticed that delgroup was actually
setting CONFIG_DELUSER. Oops. git-svn-id: svn://busybox.net/trunk/busybox@5009 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/config.in b/loginutils/config.in
index 1d8a98633..6280ff2a6 100644
--- a/loginutils/config.in
+++ b/loginutils/config.in
@@ -9,9 +9,9 @@ comment 'Login/Password Management Utilities'
9 9
10bool 'Use internal password and group functions instead of the system functions' CONFIG_USE_BB_PWD_GRP 10bool 'Use internal password and group functions instead of the system functions' CONFIG_USE_BB_PWD_GRP
11bool 'addgroup' CONFIG_ADDGROUP 11bool 'addgroup' CONFIG_ADDGROUP
12bool 'delgroup' CONFIG_DELGROUP
12bool 'adduser' CONFIG_ADDUSER 13bool 'adduser' CONFIG_ADDUSER
13bool 'deluser' CONFIG_DELUSER 14bool 'deluser' CONFIG_DELUSER
14bool 'delgroup' CONFIG_DELUSER
15bool 'getty' CONFIG_GETTY 15bool 'getty' CONFIG_GETTY
16bool 'login' CONFIG_LOGIN 16bool 'login' CONFIG_LOGIN
17if [ "$CONFIG_LOGIN" = "y" ]; then 17if [ "$CONFIG_LOGIN" = "y" ]; then