dbus/bus messagebus.in,1.5,1.6 rc.messagebus.in,1.2,1.3
John Palmieri
johnp at kemper.freedesktop.org
Thu Oct 19 08:34:49 PDT 2006
- Previous message: dbus ChangeLog,1.1153,1.1154
- Next message: dbus/bus dir-watch-default.c, 1.1, 1.2 dir-watch-dnotify.c, 1.2,
1.3 dir-watch.h, 1.1, 1.2 dir-watch-kqueue.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv23568/bus
Modified Files:
messagebus.in rc.messagebus.in
Log Message:
* bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
when starting the system bus
Index: messagebus.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/messagebus.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- messagebus.in 18 Jan 2005 22:20:38 -0000 1.5
+++ messagebus.in 19 Oct 2006 15:34:47 -0000 1.6
@@ -24,6 +24,10 @@
start() {
echo -n $"Starting system message bus: "
+ if [ -x @EXPANDED_BINDIR@/dbus-uuidgen ] ; then
+ @EXPANDED_BINDIR@/dbus-uuidgen --ensure
+ fi
+
daemon --check $servicename $processname --system
RETVAL=$?
echo
Index: rc.messagebus.in
===================================================================
RCS file: /cvs/dbus/dbus/bus/rc.messagebus.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rc.messagebus.in 18 Jan 2005 22:20:38 -0000 1.2
+++ rc.messagebus.in 19 Oct 2006 15:34:47 -0000 1.3
@@ -24,6 +24,10 @@
start() {
echo "Starting system message bus"
+ if [ -x @EXPANDED_BINDIR@/dbus-uuidgen ] ; then
+ @EXPANDED_BINDIR@/dbus-uuidgen --ensure
+ fi
+
if [ -x @EXPANDED_BINDIR@/dbus-daemon ];then
@EXPANDED_BINDIR@/dbus-daemon --system
fi
- Previous message: dbus ChangeLog,1.1153,1.1154
- Next message: dbus/bus dir-watch-default.c, 1.1, 1.2 dir-watch-dnotify.c, 1.2,
1.3 dir-watch.h, 1.1, 1.2 dir-watch-kqueue.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list