summaryrefslogtreecommitdiffstats
path: root/ctdb/config
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2013-08-29 08:20:05 +0200
committerAmitay Isaacs <amitay@gmail.com>2013-10-24 16:54:08 +1100
commitcdf507c4b5716c30923987156502beb3363cfa26 (patch)
tree721b920bdf272ddc16d501b4b169aa103a1b7c7d /ctdb/config
parent6a03128c5699b7d0c644e4a83b823088300f8be7 (diff)
downloadsamba-cdf507c4b5716c30923987156502beb3363cfa26.tar.gz
samba-cdf507c4b5716c30923987156502beb3363cfa26.tar.xz
samba-cdf507c4b5716c30923987156502beb3363cfa26.zip
Add missing $remote_fs LSB dependency
(This used to be ctdb commit a0b965bb73777dde7a4abf80c5c4742581bce520)
Diffstat (limited to 'ctdb/config')
-rwxr-xr-xctdb/config/ctdb.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/config/ctdb.init b/ctdb/config/ctdb.init
index e761fec2e4..0e0d379873 100755
--- a/ctdb/config/ctdb.init
+++ b/ctdb/config/ctdb.init
@@ -10,8 +10,8 @@
### BEGIN INIT INFO
# Provides: ctdb
-# Required-Start: $local_fs $syslog $network
-# Required-Stop: $local_fs $syslog $network
+# Required-Start: $local_fs $syslog $network $remote_fs
+# Required-Stop: $local_fs $syslog $network $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop ctdb service