aboutsummaryrefslogtreecommitdiff
path: root/debian/corekeeper.init
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-03-31 17:42:50 -0700
committerJustin Pettit <jpettit@nicira.com>2010-03-31 23:14:04 -0700
commit9b094b09bd15ef3c6b7929b1635706158750144f (patch)
treedc2f1aba58219829bc7d6ea94f43363659cbbd2f /debian/corekeeper.init
parent2da0385d1f57fe00977d2e58022b3f9a6604192e (diff)
debian: Add $remote_fs to Required-Start/-Stop field in init scripts
Init scripts that depend on items in /usr must have $remote_fs defined in their Required-Start and Required-Stop fields. This will ensure that /usr is mounted before a start or stop call is made. Found by Lintian.
Diffstat (limited to 'debian/corekeeper.init')
-rwxr-xr-xdebian/corekeeper.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/corekeeper.init b/debian/corekeeper.init
index b7b2d4db..b116f682 100755
--- a/debian/corekeeper.init
+++ b/debian/corekeeper.init
@@ -25,8 +25,8 @@
#
### BEGIN INIT INFO
# Provides: corekeeper
-# Required-Start:
-# Required-Stop:
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
# Should-Start: $syslog
# Should-Stop:
# Default-Start: 2 3 4 5