dbus/tools run-with-tmp-session-bus.sh,1.5,1.6

John Palmieri johnp at kemper.freedesktop.org
Thu Nov 2 11:28:13 PST 2006


Update of /cvs/dbus/dbus/tools
In directory kemper:/tmp/cvs-serv11628

Modified Files:
	run-with-tmp-session-bus.sh 
Log Message:
* tools/run-with-tmp-session-bus.sh: fixed script to replace the 
  <standard_session_servicedirs> tag with a <sevicedir> tag that
  points to the test service directory



Index: run-with-tmp-session-bus.sh
===================================================================
RCS file: /cvs/dbus/dbus/tools/run-with-tmp-session-bus.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- run-with-tmp-session-bus.sh	26 Oct 2006 15:55:44 -0000	1.5
+++ run-with-tmp-session-bus.sh	2 Nov 2006 19:28:11 -0000	1.6
@@ -28,7 +28,7 @@
 
 ## create a configuration file based on the standard session.conf
 cat $DBUS_TOP_BUILDDIR/bus/session.conf |  \
-    sed -e 's/<servicedir>.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' |  \
+    sed -e 's/<standard_session_servicedirs.*$/<servicedir>'$ESCAPED_SERVICE_DIR'<\/servicedir>/g' |  \
     sed -e 's/<include.*$//g'                \
   > $CONFIG_FILE
 



More information about the dbus-commit mailing list