Bug#376780: atd: Please correct LSB formatted dependency info in init.d script

2008-01-26 Thread Petter Reinholdtsen
I just NMUed at with this patch to solve this release goal issue. diff -Nru /tmp/5DnEa6OH3v/at-3.1.10/debian/changelog /tmp/dsL6NXHiLG/at-3.1.10.1/debian/changelog --- /tmp/5DnEa6OH3v/at-3.1.10/debian/changelog 2006-01-03 08:09:56.0 +0100 +++

Bug#376780: atd: Please correct LSB formatted dependency info in init.d script

2007-10-24 Thread Petter Reinholdtsen
tags 376780 + patch thanks I checked in unstable, and see there this header in /etc/init.d/atd like this: BEGIN INIT INFO # Provides: atd # Required-Start:$syslog $time $local_fs $remote_fs # Required-Stop: $syslog $time $local_fs $remote_fs # Default-Start: 2 3 4 5 #

Bug#376780: atd: Please correct LSB formatted dependency info in init.d script

2006-09-13 Thread Petter Reinholdtsen
Here is a better header, removing some unneeded and/or unwanted stuff. The script should not stop in the S runlevel (nothing should), and it do not need to depend on $local_fs as it already depend on $remote_fs which in turn depend on $local_fs. ### BEGIN INIT INFO # Provides: atd #

Bug#376780: atd: Please correct LSB formatted dependency info in init.d script

2006-07-04 Thread Carlos Villegas
Package: atd The init script atd contains a typo (four # instead of three) in the LSB headers. Besides, information about which scripts should be executed before atd if installed is missing (Should-Start). The following text containesis an example of how it should be (with Should-Start and