dbus/tools Makefile.am,1.28,1.29
John Palmieri
johnp at kemper.freedesktop.org
Thu Nov 2 15:56:50 PST 2006
Update of /cvs/dbus/dbus/tools
In directory kemper:/tmp/cvs-serv20681/tools
Modified Files:
Makefile.am
Log Message:
* bus/config-parser.c (service_dirs_find_dir): use
_dbus_list_get_next_link so we don't get stuck in an infinite loop
(start_busconfig_child): move processing of standard_session_servicedirs
tags here because they have no content
(bus_config_parser_content): check we don't have content in
standard_session_servicedirs tag
* tools/Makefile.am: Make sure the /var/lib/dbus directory is created
Packagers need to own this directory
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/tools/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.am 26 Oct 2006 18:06:07 -0000 1.28
+++ Makefile.am 2 Nov 2006 23:56:48 -0000 1.29
@@ -41,3 +41,7 @@
EXTRA_DIST = $(man_MANS) run-with-tmp-session-bus.sh
CLEANFILES = \
run-with-tmp-session-bus.conf
+
+#create the /var/lib/data directory for dbus-uuidgen
+localstatelibdir = $(localstatedir)/lib/dbus
+localstatelib_DATA =
More information about the dbus-commit
mailing list