Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d remove -q argument, it is useless with Xorg and fai...



details:   https://anonhg.NetBSD.org/src/rev/517571cf41ab
branches:  trunk
changeset: 766099:517571cf41ab
user:      hans <hans%NetBSD.org@localhost>
date:      Wed Jun 15 13:42:46 2011 +0000

description:
remove -q argument, it is useless with Xorg and fails with XFree

diffstat:

 etc/rc.d/fccache.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4d16208b6207 -r 517571cf41ab etc/rc.d/fccache.in
--- a/etc/rc.d/fccache.in       Wed Jun 15 13:34:13 2011 +0000
+++ b/etc/rc.d/fccache.in       Wed Jun 15 13:42:46 2011 +0000
@@ -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
 }



Home | Main Index | Thread Index | Old Index