Package: at Version: 3.1.9 Followup-For: Bug #326824
Attached is a patch -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.4.20-pre4-bf2.4-jfs Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages at depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libpam0g 0.79-3 Pluggable Authentication Modules l ii postfix [mail-transport-agen 2.2.4-1.0.1 A high-performance mail transport at recommends no packages. -- no debconf information
--- /etc/init.d/atd~ 2005-08-02 11:39:55.000000000 +0200 +++ /etc/init.d/atd 2005-11-01 08:09:38.000000000 +0100 @@ -33,7 +33,7 @@ ;; force-reload|restart) echo -n "Restarting deferred execution scheduler: atd" - start-stop-daemon --stop --quiet --oknodo --retry 30 --pidvfile $PIDFILE --name $DAEMON + start-stop-daemon --stop --quiet --oknodo --retry 30 --pidfile $PIDFILE --name $DAEMON start-stop-daemon --start --quiet --pidfile $PIDFILE --startas $DAEMON -- $ARGS echo "." ;;