Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d For the sake of consistency with other scripts, out...



details:   https://anonhg.NetBSD.org/src/rev/7489d6da8306
branches:  trunk
changeset: 773575:7489d6da8306
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue Feb 07 10:36:01 2012 +0000

description:
For the sake of consistency with other scripts, output a full stop after the
word 'done'.  releng ok.

diffstat:

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

diffs (20 lines):

diff -r 94c95b1a8862 -r 7489d6da8306 etc/rc.d/fccache.in
--- a/etc/rc.d/fccache.in       Tue Feb 07 09:07:47 2012 +0000
+++ b/etc/rc.d/fccache.in       Tue Feb 07 10:36:01 2012 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: fccache.in,v 1.2 2011/06/15 13:42:46 hans Exp $
+# $NetBSD: fccache.in,v 1.3 2012/02/07 10:36:01 mbalmer Exp $
 #
 
 # PROVIDE: fccache 
@@ -20,7 +20,7 @@
        if [ -x "${command}" ]; then
                echo -n "Updating fontconfig cache:"
                ${command}
-               echo " done"
+               echo " done."
        fi
 }
 



Home | Main Index | Thread Index | Old Index