Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall running postinstall fix should also say...
details: https://anonhg.NetBSD.org/src/rev/67797d203d63
branches: trunk
changeset: 750323:67797d203d63
user: christos <christos%NetBSD.org@localhost>
date: Thu Dec 24 21:52:57 2009 +0000
description:
running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.
diffstat:
usr.sbin/postinstall/postinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 1bdf4001bcc9 -r 67797d203d63 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Thu Dec 24 19:16:28 2009 +0000
+++ b/usr.sbin/postinstall/postinstall Thu Dec 24 21:52:57 2009 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index