summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/watchdogd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-09-11 05:04:59 +0000
committerobrien <obrien@FreeBSD.org>2012-09-11 05:04:59 +0000
commit232b6c98b4c0a688d4d2a332aa9445b99c0c9352 (patch)
tree7597d37e5f2656125be99b298de4120f1f8148d5 /etc/rc.d/watchdogd
parent3e78c7c3828fe3a47a5a4aa4c123244820b107fc (diff)
downloadFreeBSD-src-232b6c98b4c0a688d4d2a332aa9445b99c0c9352.zip
FreeBSD-src-232b6c98b4c0a688d4d2a332aa9445b99c0c9352.tar.gz
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.
Diffstat (limited to 'etc/rc.d/watchdogd')
-rwxr-xr-xetc/rc.d/watchdogd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/watchdogd b/etc/rc.d/watchdogd
index d3c0d9c..bba1635 100755
--- a/etc/rc.d/watchdogd
+++ b/etc/rc.d/watchdogd
@@ -28,7 +28,7 @@
#
# PROVIDE: watchdogd
-# REQUIRE: FILESYSTEMS cleanvar syslogd
+# REQUIRE: FILESYSTEMS syslogd
# KEYWORD: nojail shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud