[Pkg-utopia-commits] r2479 - in /packages/unstable/dbus/debian: changelog dbus.init
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 23 23:59:44 UTC 2008
Author: biebl
Date: Thu Oct 23 23:59:43 2008
New Revision: 2479
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2479
Log:
* debian/dbus.init
- Add "status" action to init script. (Closes: #470121)
Modified:
packages/unstable/dbus/debian/changelog
packages/unstable/dbus/debian/dbus.init
Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=2479&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Thu Oct 23 23:59:43 2008
@@ -10,8 +10,10 @@
* debian/patches/20-dbus-alpha-unaligned.patch
- Fix misaligned memory access which causes "unaligned traps" on Alpha.
(Closes: #502408)
-
- -- Michael Biebl <biebl at debian.org> Fri, 24 Oct 2008 01:48:04 +0200
+ * debian/dbus.init
+ - Add "status" action to init script. (Closes: #470121)
+
+ -- Michael Biebl <biebl at debian.org> Fri, 24 Oct 2008 01:54:21 +0200
dbus (1.2.1-3) unstable; urgency=low
Modified: packages/unstable/dbus/debian/dbus.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.init?rev=2479&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.init (original)
+++ packages/unstable/dbus/debian/dbus.init Thu Oct 23 23:59:43 2008
@@ -170,8 +170,11 @@
shut_it_down
start_it_up
;;
+ status)
+ status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
+ ;;
*)
- echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload}" >&2
+ echo "Usage: /etc/init.d/$NAME {start|stop|reload|restart|force-reload|status}" >&2
exit 2
;;
esac
More information about the Pkg-utopia-commits
mailing list