Source-Changes-HG archive

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

[src/trunk]: src/etc Capitalize "starting", as in rc.subr.



details:   https://anonhg.NetBSD.org/src/rev/87d65c426786
branches:  trunk
changeset: 534370:87d65c426786
user:      wennmach <wennmach%NetBSD.org@localhost>
date:      Tue Jul 23 10:48:01 2002 +0000

description:
Capitalize "starting", as in rc.subr.

diffstat:

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

diffs (18 lines):

diff -r 9bc64b579512 -r 87d65c426786 etc/rc.local
--- a/etc/rc.local      Tue Jul 23 10:43:50 2002 +0000
+++ b/etc/rc.local      Tue Jul 23 10:48:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.local,v 1.29 2000/10/07 00:22:44 hubertf Exp $
+#      $NetBSD: rc.local,v 1.30 2002/07/23 10:48:01 wennmach Exp $
 #      originally from: @(#)rc.local   8.3 (Berkeley) 4/28/94
 #
 # This file is (nearly) the last thing invoked by /etc/rc during a
@@ -10,7 +10,7 @@
 # An alternative option is to create site-specific /etc/rc.d scripts.
 #
 
-echo -n 'starting local daemons:'
+echo -n 'Starting local daemons:'
 
 # Add your local daemons here.
 #



Home | Main Index | Thread Index | Old Index