summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2007-02-07 23:58:14 +0100
committerJaka Kranjc2007-02-14 21:17:34 +0100
commitb700477792fe54cc742ef5a702bd22f2302b16f1 (patch)
tree33e438e903694cd62013a4c59917791aaffd1222
parent6a7a4877a61f8cc2e673080a17cbc8a611627d28 (diff)
resolved pwconv/grpconv typo in shadow
(cherry picked from commit 983d10e36a60751d5eb3e96fe8e37879dfcd8ab6)
-rwxr-xr-xsecurity/shadow/CONFIGURE4
-rw-r--r--security/shadow/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/security/shadow/CONFIGURE b/security/shadow/CONFIGURE
index b2b6f033e8..c50c0f84a8 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 4fd7db3ddf..8bdcf00bdc 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2007-02-07 Thomas Orgis <sobukus@sourcemage.org>
+ * CONFIGURE: neverending story... really run pwck when checking passwd files!
+
2007-02-07 Jeremy Blosser <jblosser-smgl@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