[Lunar-commits] CVS: moonbase/gnome2-apps/hal BUILD, 1.1.2.3, 1.1.2.4

Nick Hudson nhudson at lunar-linux.org
Mon Aug 30 02:14:37 GMT 2004


Update of /var/cvs/lunar/moonbase/gnome2-apps/hal
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15338/hal

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD 
Log Message:

Updating the hal install so that it works correctly now


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/BUILD,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- BUILD	15 Aug 2004 06:24:09 -0000	1.1.2.3
+++ BUILD	30 Aug 2004 02:14:35 -0000	1.1.2.4
@@ -1,10 +1,12 @@
 (
 
-  export OPTS="$OPTS --with-pid-file=/var/run/hald.pid --with-init-scripts=none --with-hal-user=haldaemon --with-hal-group=haldaemon --disable-docbook-docs --sysconfdir=/etc --localstatedir=/var --with-hotplug --with-dbus-sys"
+  export OPTS="$OPTS --with-pid-file=/var/run/hald.pid --with-init-scripts=none --with-hal-user=haldaemon --with-hal-group=haldaemon --sysconfdir=/etc --localstatedir=/var --enable-fstab-sync --enable-hotplug-map --enable-mnt-noop --with-mnt-root=/mnt --with-dbus-sys=/etc/dbus-1/system.d --with-hotplug=/etc/hotplug.d --disable-docbook-docs"
   add_priv_user haldaemon:haldaemon          &&
-  ln -sf /usr/share/autoconf/INSTALL INSTALL &&
+  touch INSTALL                              &&
   ./autogen.sh                               &&
   default_build                              &&
-  ln -sf /usr/sbin/fstab-sync /etc/hal/device.d/fstab-sync
+  ln -sf /usr/sbin/fstab-sync /etc/hal/device.d/fstab-sync  &&
+  mkdir -p /var/run/hald                     &&
+  chown haldaemon:haldaemon /var/run/hald 
    
 ) > $C_FIFO 2>&1 



More information about the Lunar-commits mailing list