[arch-commits] Commit in shadow/trunk (shadow.install)
Dave Reisner
dreisner at archlinux.org
Wed Dec 21 15:51:51 UTC 2011
Date: Wednesday, December 21, 2011 @ 10:51:51
Author: dreisner
Revision: 145303
fix typo in install scriptlet
FS#27643
Modified:
shadow/trunk/shadow.install
----------------+
shadow.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: shadow.install
===================================================================
--- shadow.install 2011-12-21 15:33:03 UTC (rev 145302)
+++ shadow.install 2011-12-21 15:51:51 UTC (rev 145303)
@@ -2,7 +2,7 @@
grpck -r >/dev/null 2>&1
if [ $? -eq 2 ]; then
printf '%s\n' \
- "==> Warning: /etc/group or /etc/gshadow are inconsistant." \
+ "==> Warning: /etc/group or /etc/gshadow are inconsistent." \
" Run 'grpck' to correct this."
fi
return 0
More information about the arch-commits
mailing list