aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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