diff -ruN at-3.1.10ubuntu4.orig/debian/changelog at-3.1.10ubuntu5/debian/changelog --- at-3.1.10ubuntu4.orig/debian/changelog 2007-02-20 21:26:39.000000000 +0900 +++ at-3.1.10ubuntu5/debian/changelog 2008-03-18 08:14:12.000000000 +0900 @@ -1,3 +1,10 @@ +at (3.1.10ubuntu5) hardy; urgency=low + + * debian/rc: Added support for LSB status compliance (LP: #203169), + coded with Dustin Kirkland + + -- Onno Benschop Tue, 18 Mar 2008 08:12:18 +0900 + at (3.1.10ubuntu4) feisty; urgency=low * debian/control: Update maintainer fields according to debian- diff -ruN at-3.1.10ubuntu4.orig/debian/rc at-3.1.10ubuntu5/debian/rc --- at-3.1.10ubuntu4.orig/debian/rc 2006-06-28 15:10:51.000000000 +0800 +++ at-3.1.10ubuntu5/debian/rc 2008-03-18 07:43:13.000000000 +0900 @@ -36,8 +36,12 @@ $0 stop $0 start ;; + status) + status_of_proc "$DAEMON" "deferred execution scheduler" + exit $? + ;; *) - echo "Usage: /etc/init.d/atd {start|stop|restart|force-reload}" + echo "Usage: /etc/init.d/atd {start|stop|restart|force-reload|status}" exit 1 ;; esac