Module Name:    src
Committed By:   perry
Date:           Mon Aug  3 18:43:49 UTC 2009

Modified Files:
        src/etc/rc.d: ntpdate

Log Message:
Explicitly set a BEFORE on ntpd, as this can't run while ntpd is
running.

Apparently it is rare for rcorder to place it after ntpd but there was
previously nothing actually preventing it.

Fixes PR 40707 by Ondrej Tuma


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/rc.d/ntpdate

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/ntpdate
diff -u src/etc/rc.d/ntpdate:1.19 src/etc/rc.d/ntpdate:1.20
--- src/etc/rc.d/ntpdate:1.19	Mon Aug  3 17:45:48 2009
+++ src/etc/rc.d/ntpdate	Mon Aug  3 18:43:48 2009
@@ -1,10 +1,11 @@
 #!/bin/sh
 #
-# $NetBSD: ntpdate,v 1.19 2009/08/03 17:45:48 perry Exp $
+# $NetBSD: ntpdate,v 1.20 2009/08/03 18:43:48 perry Exp $
 #
 
 # PROVIDE: ntpdate
 # REQUIRE: NETWORKING mountcritremote syslogd named
+# BEFORE: ntpd
 
 $_rc_subr_loaded . /etc/rc.subr
 

Reply via email to