Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Supply the usual default setting of $commmand. Omis...



details:   https://anonhg.NetBSD.org/src/rev/1e796e24045b
branches:  trunk
changeset: 553706:1e796e24045b
user:      fredb <fredb%NetBSD.org@localhost>
date:      Mon Oct 20 16:09:15 2003 +0000

description:
Supply the usual default setting of $commmand. Omission pointed out by
Launey Thomas in private mail.

diffstat:

 etc/rc.d/ntpdate |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e57b63a0f82a -r 1e796e24045b etc/rc.d/ntpdate
--- a/etc/rc.d/ntpdate  Mon Oct 20 15:37:46 2003 +0000
+++ b/etc/rc.d/ntpdate  Mon Oct 20 16:09:15 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ntpdate,v 1.12 2003/10/19 13:31:28 fredb Exp $
+# $NetBSD: ntpdate,v 1.13 2003/10/20 16:09:15 fredb Exp $
 #
 
 # PROVIDE: ntpdate
@@ -10,6 +10,7 @@
 
 name="ntpdate"
 rcvar=$name
+command="/usr/sbin/${name}"
 start_cmd="ntpdate_start"
 stop_cmd=":"
 



Home | Main Index | Thread Index | Old Index