packages: dbus/dbus.spec, dbus/messagebus.init - stop/start upstart event e...

jajcus jajcus at pld-linux.org
Fri May 21 13:01:28 CEST 2010


Author: jajcus                       Date: Fri May 21 11:01:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- stop/start upstart event emission fix
- Release: 5

---- Files affected:
packages/dbus:
   dbus.spec (1.203 -> 1.204) , messagebus.init (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: packages/dbus/dbus.spec
diff -u packages/dbus/dbus.spec:1.203 packages/dbus/dbus.spec:1.204
--- packages/dbus/dbus.spec:1.203	Fri May 21 12:19:21 2010
+++ packages/dbus/dbus.spec	Fri May 21 13:01:20 2010
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	Magistrala przesyłania komunikatów D-BUS
 Name:		dbus
 Version:	1.2.24
-Release:	4
+Release:	5
 License:	AFL v2.1 or GPL v2
 Group:		Libraries
 Source0:	http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -286,6 +286,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204  2010/05/21 11:01:20  jajcus
+- stop/start upstart event emission fix
+- Release: 5
+
 Revision 1.203  2010/05/21 10:19:21  jajcus
 - without_X11 bcond added as a workaround for X11-dependent dbus-launch in the
   main package (why the hell was the X11 subpackage dropped?)

================================================================
Index: packages/dbus/messagebus.init
diff -u packages/dbus/messagebus.init:1.19 packages/dbus/messagebus.init:1.20
--- packages/dbus/messagebus.init:1.19	Tue May 11 18:58:20 2010
+++ packages/dbus/messagebus.init	Fri May 21 13:01:20 2010
@@ -32,7 +32,7 @@
 		return
 	fi
 
-	emit starting messagebus
+	emit starting JOB=messagebus
 	msg_starting "D-BUS Message bus"
 	# if capability is modular, load it
 	if modinfo capability >/dev/null 2>&1; then
@@ -43,7 +43,7 @@
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ] ; then
 		touch /var/lock/subsys/messagebus
-		emit --no-wait started messagebus
+		emit --no-wait started JOB=messagebus
 	fi
 }
 
@@ -54,11 +54,11 @@
 	fi
 
 	# Stop daemons.
-	emit stopping messagebus
+	emit stopping JOB=messagebus
 	msg_stopping "D-BUS Message bus"
 	killproc --pidfile dbus.pid dbus-daemon
 	rm -f /var/lock/subsys/messagebus /var/run/dbus.pid
-	emit --no-wait stopped messagebus
+	emit --no-wait stopped JOB=messagebus
 }
 
 condrestart() {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dbus/dbus.spec?r1=1.203&r2=1.204&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dbus/messagebus.init?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list