aboutsummaryrefslogtreecommitdiff
path: root/debian/tor.init
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-10-27 16:36:28 +0000
committerPeter Palfrader <peter@palfrader.org>2007-10-27 16:36:28 +0000
commitad37ad75081fb0034d221bfbdf3471269802ad41 (patch)
tree21b2fc03bd4301aabccd05c233fff991c0f820ca /debian/tor.init
parentb6acad5f127809600490b637e549dec229ba7fd0 (diff)
downloadtor-ad37ad75081fb0034d221bfbdf3471269802ad41.tar
tor-ad37ad75081fb0034d221bfbdf3471269802ad41.tar.gz
Do not separate required lsb facilities with commas in the init script (closes:
#448001). svn:r12231
Diffstat (limited to 'debian/tor.init')
-rw-r--r--debian/tor.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tor.init b/debian/tor.init
index 8333ff5da..ec5707d7d 100644
--- a/debian/tor.init
+++ b/debian/tor.init
@@ -2,8 +2,8 @@
### BEGIN INIT INFO
# Provides: tor
-# Required-Start: $local_fs, $remote_fs, $network, $named, $time
-# Required-Stop: $local_fs, $remote_fs, $network, $named, $time
+# Required-Start: $local_fs $remote_fs $network $named $time
+# Required-Stop: $local_fs $remote_fs $network $named $time
# Should-Start: $syslog
# Should-Stop: $syslog
# Default-Start: 2 3 4 5