From 360e2549544b813dd805361d04744c5a4a630bb8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Jul 2002 19:50:23 +0000 Subject: tito noticed that delgroup was actually setting CONFIG_DELUSER. Oops. --- loginutils/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils') 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' 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 -- cgit v1.2.3