Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Terminate line with a '.', not the word 'done', for...
details: https://anonhg.NetBSD.org/src/rev/33e84bbb625a
branches: trunk
changeset: 769178:33e84bbb625a
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Fri Sep 02 07:13:28 2011 +0000
description:
Terminate line with a '.', not the word 'done', for consistency with other
startup scripts.
diffstat:
etc/rc.d/sysdb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 115b7087cae7 -r 33e84bbb625a etc/rc.d/sysdb
--- a/etc/rc.d/sysdb Fri Sep 02 06:50:20 2011 +0000
+++ b/etc/rc.d/sysdb Fri Sep 02 07:13:28 2011 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: sysdb,v 1.21 2009/06/18 22:00:04 christos Exp $
+# $NetBSD: sysdb,v 1.22 2011/09/02 07:13:28 mbalmer Exp $
#
# PROVIDE: sysdb
@@ -31,7 +31,7 @@
$services_cmd
$netgroup_cmd
$password_cmd
- echo " done"
+ echo "."
}
check_file()
Home |
Main Index |
Thread Index |
Old Index