summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-12-21 09:48:41 +0000
committerdougb <dougb@FreeBSD.org>2005-12-21 09:48:41 +0000
commit41ec533c293f8a5548d829308d2b58e2b78b2718 (patch)
tree8ef7ada63edba75ee0692650a5815827c02416fe /etc/rc.d
parent4733958e41f683c6ed960cc437f91fb458f4a579 (diff)
downloadFreeBSD-src-41ec533c293f8a5548d829308d2b58e2b78b2718.zip
FreeBSD-src-41ec533c293f8a5548d829308d2b58e2b78b2718.tar.gz
Several users have commented (via filing PRs) that having ntp* depend
on devfs is useful so that a hardware time device can start with its necessary device nodes already in place. While this ordering happens as a side effect currently in HEAD, and the PRs were generally fixed via upgrades, etc; it's better to make it explicit. While I'm here, ntpd should REQUIRE ntpdate, rather than ntpdate using BEFORE: ntpd.
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/ntpd3
-rwxr-xr-xetc/rc.d/ntpdate2
2 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd
index 407b307..5cc7aac 100755
--- a/etc/rc.d/ntpd
+++ b/etc/rc.d/ntpd
@@ -1,11 +1,10 @@
#!/bin/sh
#
-# $NetBSD: ntpd,v 1.6 2002/03/22 04:33:59 thorpej Exp $
# $FreeBSD$
#
# PROVIDE: ntpd
-# REQUIRE: DAEMON cleanvar
+# REQUIRE: DAEMON ntpdate cleanvar devfs
# BEFORE: LOGIN
# KEYWORD: nojail
diff --git a/etc/rc.d/ntpdate b/etc/rc.d/ntpdate
index 96adcba..45b898e 100755
--- a/etc/rc.d/ntpdate
+++ b/etc/rc.d/ntpdate
@@ -1,10 +1,8 @@
#!/bin/sh
#
-# $NetBSD: ntpdate,v 1.8 2002/03/22 04:16:39 lukem Exp $
# $FreeBSD$
#
-# BEFORE: ntpd
# PROVIDE: ntpdate
# REQUIRE: NETWORKING syslogd
# KEYWORD: nojail
OpenPOWER on IntegriCloud