[Lunar-commits] CVS: moonbase/devel/dbus POST_INSTALL, NONE, 1.1 BUILD, 1.1, 1.2

Nick Hudson nhudson at lunar-linux.org
Thu Oct 14 20:28:59 UTC 2004


Update of /var/cvs/lunar/moonbase/devel/dbus
In directory espresso.foo-projects.org:/tmp/cvs-serv7114

Modified Files:
	BUILD 
Added Files:
	POST_INSTALL 
Log Message:

Adding some things to dbus to make it actually run and work if you have udev working properly.  


--- NEW FILE: POST_INSTALL ---
useradd messagebus 2>/dev/null
mkdir -p /var/lib/dbus
chown -R messagebus /var/lib/dbus

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	19 Dec 2003 20:42:47 -0000	1.1
+++ BUILD	14 Oct 2004 20:28:57 -0000	1.2
@@ -1,7 +1,11 @@
 (
 
-   export OPTS="$OPTS --with-xml=expat --enable-python --enable-glib --enable-asserts --enable-checks" &&
-   
-   default_build 
+   export OPTS="$OPTS --enable-python --enable-glib --enable-asserts --disable-tests --enable-verbose-mode --with-system-pid-file=/var/run/messagebus.pid --with-system-socket=/var/lib/dbus/system_bus_socket --with-session-socket-dir=/tmp" &&
+   default_build &&
+ 
+   if module_installed mono; then
+   rm -fr /usr/lib/mono/dbus-sharp/* &&
+   ln -sf /usr/lib/mono/gac/dbus-sharp/0.22.0.0__9eef2692033670f5/dbus-sharp.dll /usr/lib/mono/dbus-sharp/dbus-sharp.dll
+   fi 
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list