aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/ntpd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2012-09-11 05:04:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2012-09-11 05:04:59 +0000
commit8801556beb2c13ba0c9b253045f8492cc1265b44 (patch)
tree7597d37e5f2656125be99b298de4120f1f8148d5 /etc/rc.d/ntpd
parent915e341bac689d8431f98bf1e7fb58edd975755d (diff)
downloadsrc-8801556beb2c13ba0c9b253045f8492cc1265b44.tar.gz
src-8801556beb2c13ba0c9b253045f8492cc1265b44.zip
Simply things so that "#REQUIRE: FILESYSTEMS" means the file
systems are fully "ready to go". 'FILESYSTEMS' states: "This is a dummy dependency, for services which require file systems to be mounted before starting." However, we have 'var' which is was run after 'FILESYSTEMS' and can mount /var if it already isn't mounted. Furthermore, several scripts cannot use /var until 'cleanvar' has done its thing. Thus "FILESYSTEMS" hasn't really meant all critical file systems are fully usable.
Notes
Notes: svn path=/head/; revision=240336
Diffstat (limited to 'etc/rc.d/ntpd')
-rwxr-xr-xetc/rc.d/ntpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd
index ef2f6d4353dd..3935b295ed40 100755
--- a/etc/rc.d/ntpd
+++ b/etc/rc.d/ntpd
@@ -4,7 +4,7 @@
#
# PROVIDE: ntpd
-# REQUIRE: DAEMON ntpdate cleanvar devfs
+# REQUIRE: DAEMON ntpdate FILESYSTEMS devfs
# BEFORE: LOGIN
# KEYWORD: nojail shutdown