Package: at
Version: 3.1.10.2
Severity: normal
Tags: patch, init-status

We in Ubuntu are carrying a minor patch to the at package that adds a
"status" action to the init script.

That patch is attached.

Thanks,
:-Dustin
--- at-3.1.10.2/debian/rc	2008-01-26 23:20:00.000000000 -0600
+++ at-3.1.10.2ubuntu1/debian/rc	2008-11-04 20:24:01.000000000 -0600
@@ -36,8 +36,11 @@
     $0 stop
     $0 start
     ;;
+  status)
+    status_of_proc $DAEMON atd && exit 0 || 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
diff -uprN at-3.1.10.2.orig/debian/control at-3.1.10.2/debian/control
--- at-3.1.10.2.orig/debian/control	2008-09-23 07:22:41.000000000 -0500
+++ at-3.1.10.2/debian/control	2008-11-24 21:47:57.606668059 -0600
@@ -7,7 +7,7 @@ Build-Depends: bison, flex, libpam0g-dev
 
 Package: at
 Architecture: any
-Depends: ${shlibs:Depends}, exim4 | mail-transport-agent, lsb-base (>= 3.0-10)
+Depends: ${shlibs:Depends}, exim4 | mail-transport-agent, lsb-base (>= 3.2-14)
 Description: Delayed job execution and batch processing
  At and batch read shell commands from standard input
  storing them as a job to be scheduled for execution in the

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to