[Buildroot] svn commit: [25767] trunk/buildroot/package/dbus

jacmet at uclibc.org jacmet at uclibc.org
Fri Mar 20 07:47:29 UTC 2009


Author: jacmet
Date: 2009-03-20 07:47:29 +0000 (Fri, 20 Mar 2009)
New Revision: 25767

Log:
dbus: put local state files in /var and not /usr/var

For read only rootfs'es - Like it used to be.

Modified:
   trunk/buildroot/package/dbus/dbus.mk


Changeset:
Modified: trunk/buildroot/package/dbus/dbus.mk
===================================================================
--- trunk/buildroot/package/dbus/dbus.mk	2009-03-20 07:45:36 UTC (rev 25766)
+++ trunk/buildroot/package/dbus/dbus.mk	2009-03-20 07:47:29 UTC (rev 25767)
@@ -29,6 +29,7 @@
 		--disable-doxygen-docs \
 		--disable-static \
 		--enable-dnotify \
+		--localstatedir=/var \
 		--with-system-socket=/var/run/dbus/system_bus_socket \
 		--with-system-pid-file=/var/run/messagebus.pid
 




More information about the buildroot mailing list