Skip to Content.
Sympa Menu

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

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 (983d10e36a60751d5eb3e96fe8e37879dfcd8ab6)
  • Date: Wed, 7 Feb 2007 16:58:19 -0600

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

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

New commits:
commit 983d10e36a60751d5eb3e96fe8e37879dfcd8ab6
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

resolved pwconv/grpconv typo in shadow

diff --git a/security/shadow/CONFIGURE b/security/shadow/CONFIGURE
index b2b6f03..c50c0f8 100755
--- a/security/shadow/CONFIGURE
+++ b/security/shadow/CONFIGURE
@@ -26,9 +26,9 @@ interactively" &&
if [ -f "$INSTALL_ROOT/etc/shadow" ]; then
pwck -q -r "$INSTALL_ROOT/etc/passwd" "$INSTALL_ROOT/etc/shadow" ||
{
- message "there are problems with passwd... runinng grpck
+ message "there are problems with passwd... runinng pwpck
interactively" &&
- grpck "$INSTALL_ROOT/etc/passwd" "$INSTALL_ROOT/etc/shadow"
+ pwck "$INSTALL_ROOT/etc/passwd" "$INSTALL_ROOT/etc/shadow"
}
fi
fi
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 4fd7db3..8bdcf00 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2007-02-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: neverending story... really run pwck when checking
passwd files!
+
2007-02-07 Jeremy Blosser <jblosser-smgl AT firinn.org>
* CONFIGURE: Also don't bother trying to check files that aren't there
and are going to fail. May not be the best fix but for now it
avoids



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (983d10e36a60751d5eb3e96fe8e37879dfcd8ab6), Thomas Orgis, 02/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page