Module Name:    src
Committed By:   christos
Date:           Thu Dec 24 21:52:57 UTC 2009

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
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.106 -r1.107 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.106 src/usr.sbin/postinstall/postinstall:1.107
--- src/usr.sbin/postinstall/postinstall:1.106	Tue Oct 13 03:47:00 2009
+++ src/usr.sbin/postinstall/postinstall	Thu Dec 24 16:52:57 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.106 2009/10/13 07:47:00 apb Exp $
+# $NetBSD: postinstall,v 1.107 2009/12/24 21:52:57 christos Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -775,7 +775,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 \

Reply via email to