Bug#445489: at: broken init script

2008-01-13 Thread Petter Reinholdtsen
tags 445489 + patch thanks Here is a patch to solve the issue, by checking the exit code of start_daemon and display status based on this. diff -ur at-3.1.10/debian/rc at-3.1.10-pere/debian/rc --- at-3.1.10/debian/rc 2005-10-24 06:25:14.0 +0200 +++ at-3.1.10-pere/debian/rc2008-01-13

Bug#445489: at: broken init script

2007-10-06 Thread Torsten Werner
Package: at Version: 3.1.10 Severity: normal Hi, /etc/init.d/at adds the option -e to the shebang line and it contains an explicit 'set -e' elsewhere. Both is wrong, because the code start_daemon $DAEMON log_end_msg $? will never be executed correctly if $? is not 0. Please rem