tito <farmatito@tiscali.it> noticed that delgroup was actually
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 19:50:23 +0000 (19:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 19:50:23 +0000 (19:50 -0000)
setting CONFIG_DELUSER.  Oops.

loginutils/config.in

index 1d8a98633e47ea64cc6268e31d26f8b34c197c6c..6280ff2a6ff1d2d83095398a19df9fa4b527b595 100644 (file)
@@ -9,9 +9,9 @@ comment 'Login/Password Management Utilities'
 
 bool 'Use internal password and group functions instead of the system functions'       CONFIG_USE_BB_PWD_GRP
 bool 'addgroup'                        CONFIG_ADDGROUP
+bool 'delgroup'                        CONFIG_DELGROUP
 bool 'adduser'                 CONFIG_ADDUSER
 bool 'deluser'                 CONFIG_DELUSER
-bool 'delgroup'                        CONFIG_DELUSER
 bool 'getty'                   CONFIG_GETTY
 bool 'login'                   CONFIG_LOGIN
 if [ "$CONFIG_LOGIN" = "y" ]; then