Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Explicitly REQUIRE mountcritremote, since this uses...



details:   https://anonhg.NetBSD.org/src/rev/a77c6dbbb5aa
branches:  trunk
changeset: 574845:a77c6dbbb5aa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Mar 15 12:06:12 2005 +0000

description:
Explicitly REQUIRE mountcritremote, since this uses awk.

diffstat:

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

diffs (16 lines):

diff -r d369c92eddea -r a77c6dbbb5aa etc/rc.d/ntpdate
--- a/etc/rc.d/ntpdate  Tue Mar 15 08:16:39 2005 +0000
+++ b/etc/rc.d/ntpdate  Tue Mar 15 12:06:12 2005 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: ntpdate,v 1.17 2004/10/11 15:00:51 christos Exp $
+# $NetBSD: ntpdate,v 1.18 2005/03/15 12:06:12 lukem Exp $
 #
 
 # PROVIDE: ntpdate
-# REQUIRE: NETWORKING syslogd
+# REQUIRE: NETWORKING mountcritremote syslogd
 
 $_rc_subr_loaded . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index