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

Nick Hudson nhudson at lunar-linux.org
Thu Oct 14 21:07:34 UTC 2004


Update of /var/cvs/lunar/moonbase/gnome2-apps/hal
In directory espresso.foo-projects.org:/tmp/cvs-serv31363

Modified Files:
      Tag: GNOME_UNSTABLE
	BUILD DETAILS 
Log Message:

Fixing up hal a bit, still not ready but its getting there


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/BUILD,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- BUILD	30 Aug 2004 02:14:35 -0000	1.1.2.4
+++ BUILD	14 Oct 2004 21:07:32 -0000	1.1.2.5
@@ -1,12 +1,9 @@
 (
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
 
-  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"
+  export OPTS="$OPTS --disable-docbook-docs --enable-fstab-sync --enable-mnt-noop --with-mnt-root=/media --with-mnt-noop=managed --enable-mnt-noop-sec --with-mnt-noop-sec=kudzu --enable-mnt-access --with-mnt-access=user --enable-hotplug-map --with-init-scripts=none --with-pid-file=/var/run/haldaemon.pid"
   add_priv_user haldaemon:haldaemon          &&
-  touch INSTALL                              &&
-  ./autogen.sh                               &&
+
   default_build                              &&
-  ln -sf /usr/sbin/fstab-sync /etc/hal/device.d/fstab-sync  &&
-  mkdir -p /var/run/hald                     &&
-  chown haldaemon:haldaemon /var/run/hald 
-   
+  ln -sf /usr/sbin/fstab-sync /etc/hal/device.d/fstab-sync     
 ) > $C_FIFO 2>&1 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-apps/hal/Attic/DETAILS,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- DETAILS	24 Aug 2004 00:32:48 -0000	1.1.2.3
+++ DETAILS	14 Oct 2004 21:07:32 -0000	1.1.2.4
@@ -1,11 +1,13 @@
             MODULE=hal
-           VERSION=0.2.96-cvs
+           VERSION=0.2.98.cvs20040929
             SOURCE=$MODULE-$VERSION.tar.gz
-        SOURCE_URL=cvs://:pserver:anoncvs@pdx.freedesktop.org:/cvs/hal:$MODULE
-  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+           SOURCE2=$MODULE-fix-shutdown-cvs20040929.patch
+        SOURCE_URL=http://lunar-linux.org/~nhudson/
+       SOURCE2_URL=http://lunar-linux.org/~nhudson/
+  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
           WEB_SITE=http://hal.freedesktop.org
        	   ENTERED=20040810
-	   UPDATED=`date -u +%Y%m%d`
+	   UPDATED=20041014
              SHORT="HAL is a Hardware Abstraction Layer"
 cat << EOF
 HAL is a Hardware Abstraction Layer



More information about the Lunar-commits mailing list