summaryrefslogtreecommitdiff
path: root/debian/boxbackup-client.init
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-07-24 15:16:32 +0200
committerReinhard Tartler <siretart@tauware.de>2008-07-24 15:16:32 +0200
commita6562e5c53162fe92884438c74226c10def2cc8b (patch)
tree3ea3df5f7fb4d6e30182ccd9617c30e2170152de /debian/boxbackup-client.init
parent3673cf0fd1f41648bb4827f450f1e60e3db90517 (diff)
import boxbackup_0.11~rc2-1.dsc
Diffstat (limited to 'debian/boxbackup-client.init')
-rw-r--r--debian/boxbackup-client.init8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/boxbackup-client.init b/debian/boxbackup-client.init
index 905873fc..e6ceced7 100644
--- a/debian/boxbackup-client.init
+++ b/debian/boxbackup-client.init
@@ -1,11 +1,11 @@
#! /bin/sh
#
### BEGIN INIT INFO
-# Provides: boxbackup-server
-# Required-Start: $syslog $local_fs $network
-# Required-Stop: $syslog $local_fs $network
+# Provides: boxbackup-client
+# Required-Start: $syslog $remote_fs $network
+# Required-Stop: $syslog $remote_fs $network
# Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
# Short-Description: boxbackup client
# Description: Init script to start and stop the boxbackup client
### END INIT INFO