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
Should-Stop used if required):
### BEGIN INIT INFO
# Provides: atd
# Required-Start: $syslog $time $local_fs $remote_fs
# Required-Stop: $syslog $time $local_fs $remote_fs
# Should-Start:
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
# Short-Description: Deferred execution scheduler
# Description: Debian init script for the atd deferred executions
# scheduler
### END INIT INFO
instead of the current headers:
#### 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
# Default-Stop: S 0 1 6
# Short-Description: Deferred execution scheduler
# Description: Debian init script for the atd deferred executions
# scheduler
### END INIT INFO
<URL:http://wiki.debian.org/LSBInitScripts>
explains how to make an LSB-compliant script with Debian.
I am using Debian GNU/Linux Unstable, kernel 2.6.16-2-486
cheers,
Carlos Villegas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]