New commits:
commit 2e6b8321d6dfd901a7db1979ca65cde4e19b8109
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
shadow: making the account files mods opt-in
diff --git a/security/shadow/CONFIGURE b/security/shadow/CONFIGURE
index d796932..6c97b30 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 b129ae4..1e09e8e 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,4 +1,8 @@
2007-01-22 Thomas Orgis <sobukus AT 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 AT sourcemage.org>
* CONFIGURE,FINAL: optionally check/correct the account files
that's final (hopefully) for bug 8834
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (2e6b8321d6dfd901a7db1979ca65cde4e19b8109),
Thomas Orgis, 01/22/2007