Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2e6b8321d6dfd901a7db1979ca65cde4e19b8109)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2e6b8321d6dfd901a7db1979ca65cde4e19b8109)
  • Date: Mon, 22 Jan 2007 15:46:23 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

security/shadow/CONFIGURE | 2 +-
security/shadow/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page