Module Name: src
Committed By: snj
Date: Mon Jan 11 00:09:45 UTC 2010
Modified Files:
src/usr.sbin/postinstall [netbsd-5]: postinstall
Log Message:
Pull up following revision(s) (requested by christos in ticket #1232):
usr.sbin/postinstall/postinstall: revision 1.107
running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.
To generate a diff of this commit:
cvs rdiff -u -r1.76.2.23 -r1.76.2.24 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.76.2.23 src/usr.sbin/postinstall/postinstall:1.76.2.24
--- src/usr.sbin/postinstall/postinstall:1.76.2.23 Sun Nov 8 22:41:46 2009
+++ src/usr.sbin/postinstall/postinstall Mon Jan 11 00:09:45 2010
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.76.2.23 2009/11/08 22:41:46 snj Exp $
+# $NetBSD: postinstall,v 1.76.2.24 2010/01/11 00:09:45 snj Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -772,7 +772,7 @@
failed=1
fi
- if [ "$op" = "check" -a "$failed" = 1 ]; then
+ if [ "$failed" = 1 ]; then
msg \
"Broken fontconfig configuration found; please delete these files"
msg \