summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2007-01-22 22:46:14 +0100
committerJaka Kranjc2007-01-23 12:06:01 +0100
commit4cc5c8fc54181f5a6253f2e94f9e93f0f4deed8f (patch)
treeddbb37489fb7e8f36423d269da5c9a35b0b80260
parentc01ca957777a2ea4dfdd26214debc6560f19bb92 (diff)
shadow: making the account files mods opt-in
-rwxr-xr-xsecurity/shadow/CONFIGURE2
-rw-r--r--security/shadow/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/security/shadow/CONFIGURE b/security/shadow/CONFIGURE
index d796932297..6c97b30251 100755
--- a/security/shadow/CONFIGURE
+++ b/security/shadow/CONFIGURE
@@ -1,4 +1,4 @@
-config_query SHADOW_CONV "Attempt to convert/fix accounts (with installed shadow utils)" y &&
+config_query SHADOW_CONV "Attempt to convert/fix accounts (with installed shadow utils)" n &&
if [[ "$SHADOW_CONV" == y ]]; then
message "OK, checking your user and group accounts" &&
grpck -r "$INSTALL_ROOT/etc/group" "$INSTALL_ROOT/etc/gshadow" ||
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index b129ae4cc5..1e09e8e8a0 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,4 +1,8 @@
2007-01-22 Thomas Orgis <sobukus@sourcemage.org>
+ * CONFIGURE: default the answer to "n" by default, making the account
+ modification opt-in as it should be
+
+2007-01-22 Thomas Orgis <sobukus@sourcemage.org>
* CONFIGURE,FINAL: optionally check/correct the account files
that's final (hopefully) for bug 8834