diff options
author | Peter Palfrader <peter@palfrader.org> | 2007-10-27 16:36:28 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2007-10-27 16:36:28 +0000 |
commit | ad37ad75081fb0034d221bfbdf3471269802ad41 (patch) | |
tree | 21b2fc03bd4301aabccd05c233fff991c0f820ca /debian | |
parent | b6acad5f127809600490b637e549dec229ba7fd0 (diff) | |
download | tor-ad37ad75081fb0034d221bfbdf3471269802ad41.tar.gz tor-ad37ad75081fb0034d221bfbdf3471269802ad41.zip |
Do not separate required lsb facilities with commas in the init script (closes:
#448001).
svn:r12231
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/tor.init | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2abd205a62..f0aa139db4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tor (0.2.0.9-alpha-1+svn) experimentalX; urgency=low + + * Do not separate required lsb facilities with commas in the + init script (closes: #448001). + + -- Peter Palfrader <weasel@debian.org> Sat, 27 Oct 2007 18:34:23 +0200 + tor (0.2.0.9-alpha-1) experimental; urgency=low * New upstream version. diff --git a/debian/tor.init b/debian/tor.init index 8333ff5da5..ec5707d7d1 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 |