Commit ad37ad75 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Do not separate required lsb facilities with commas in the init script (closes:

#448001).


svn:r12231
parent b6acad5f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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.
+2 −2
Original line number Diff line number Diff line
@@ -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