Module Name: src
Committed By: hans
Date: Wed Jun 15 13:42:46 UTC 2011
Modified Files:
src/etc/rc.d: fccache.in
Log Message:
remove -q argument, it is useless with Xorg and fails with XFree
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/fccache.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/fccache.in
diff -u src/etc/rc.d/fccache.in:1.1 src/etc/rc.d/fccache.in:1.2
--- src/etc/rc.d/fccache.in:1.1 Fri Feb 18 00:42:20 2011
+++ src/etc/rc.d/fccache.in Wed Jun 15 13:42:46 2011
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: fccache.in,v 1.1 2011/02/18 00:42:20 jmcneill Exp $
+# $NetBSD: fccache.in,v 1.2 2011/06/15 13:42:46 hans Exp $
#
# PROVIDE: fccache
@@ -19,7 +19,7 @@
{
if [ -x "${command}" ]; then
echo -n "Updating fontconfig cache:"
- ${command} -q
+ ${command}
echo " done"
fi
}