diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-11-02 19:28:11 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-11-02 19:28:11 +0000 |
commit | b7bb0d6a43b2824553c6400322ecb774fd329fcf (patch) | |
tree | b0a693baacf080ac71899cb41a37e4946d28bed0 /tools/run-with-tmp-session-bus.sh | |
parent | 22623192bacd539306fa22fc2128f7cdf2146ae5 (diff) |
* 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
Diffstat (limited to 'tools/run-with-tmp-session-bus.sh')
-rwxr-xr-x | tools/run-with-tmp-session-bus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-with-tmp-session-bus.sh b/tools/run-with-tmp-session-bus.sh index 3ef3b39e..c04e2385 100755 --- a/tools/run-with-tmp-session-bus.sh +++ b/tools/run-with-tmp-session-bus.sh @@ -28,7 +28,7 @@ echo "escaped service dir is: $ESCAPED_SERVICE_DIR" >&2 ## 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 |