Module Name: src
Committed By: mbalmer
Date: Tue Feb 7 10:36:01 UTC 2012
Modified Files:
src/etc/rc.d: fccache.in
Log Message:
For the sake of consistency with other scripts, output a full stop after the
word 'done'. releng ok.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/etc/rc.d/fccache.in:1.3
--- src/etc/rc.d/fccache.in:1.2 Wed Jun 15 13:42:46 2011
+++ src/etc/rc.d/fccache.in Tue Feb 7 10:36:01 2012
@@ -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 @@ fccache_start()
if [ -x "${command}" ]; then
echo -n "Updating fontconfig cache:"
${command}
- echo " done"
+ echo " done."
fi
}