hal ChangeLog,1.243,1.244 configure.in,1.31,1.32
David Zeuthen
david at freedesktop.org
Tue Aug 17 02:29:26 PDT 2004
Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv17460
Modified Files:
ChangeLog configure.in
Log Message:
2004-08-17 David Zeuthen <david at fubar.dk>
* configure.in: Patch from Tim Gerla <tim at gerla.net>. It looks
like the configure script for hal doesn't properly handle
--with-pid-file as an argument, because of the glitch illustrated
by the patch I've attached.
* hald/linux/volume_id/volume_id.c (probe_msdos): Introduce a
hack where this is set to vfat instead.
* hald/linux/hald_helper.h (HALD_HELPER_SOCKET_PATH): Don't use
the local prefix, always use /var, cause otherwise it's difficult
when developing on hal and using a local prefix (we want to use
the installed hal.dev, hal.hotplug from a package)
* hald/linux/volume_id/volume_id.[ch]: Patch from Kay Sievers
<kay.sievers at vrfy.org>. Long weekend with a few rain showers, so
here is a update to volume_id :). We finally get the same uuid for
a ntfs volume on Windows and with HAL. Also msdos extended
partitons are handled now.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- ChangeLog 16 Aug 2004 18:52:38 -0000 1.243
+++ ChangeLog 17 Aug 2004 09:29:24 -0000 1.244
@@ -1,3 +1,28 @@
+2004-08-17 David Zeuthen <david at fubar.dk>
+
+ * configure.in: Patch from Tim Gerla <tim at gerla.net>. It looks
+ like the configure script for hal doesn't properly handle
+ --with-pid-file as an argument, because of the glitch illustrated
+ by the patch I've attached.
+
+ * hald/linux/volume_id/volume_id.c (probe_msdos): Introduce a
+ hack where this is set to vfat instead.
+
+ * hald/linux/hald_helper.h (HALD_HELPER_SOCKET_PATH): Don't use
+ the local prefix, always use /var, cause otherwise it's difficult
+ when developing on hal and using a local prefix (we want to use
+ the installed hal.dev, hal.hotplug from a package)
+
+ * hald/linux/volume_id/volume_id.[ch]: Patch from Kay Sievers
+ <kay.sievers at vrfy.org>. Long weekend with a few rain showers, so
+ here is a update to volume_id :). We finally get the same uuid for
+ a ntfs volume on Windows and with HAL. Also msdos extended
+ partitons are handled now.
+
+2004-08-16 David Zeuthen <david at fubar.dk>
+
+ * configure.in: Bump to 0.2.97
+
2004-08-16 David Zeuthen <david at fubar.dk>
* configure.in: Add the --enable-fstab-op to specify whether we
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure.in 16 Aug 2004 18:52:38 -0000 1.31
+++ configure.in 17 Aug 2004 09:29:24 -0000 1.32
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(hal, 0.2.96, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.2.96)
+AC_INIT(hal, 0.2.97, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.2.97)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -290,7 +290,7 @@
#### Set up the pid file
if ! test -z "$with_pid_file"; then
- HALD_PID_FILE=$with_system_pid_file
+ HALD_PID_FILE=$with_pid_file
elif test x$operating_system = xredhat ; then
HALD_PID_FILE=${LOCALSTATEDIR}/run/haldaemon.pid
else
More information about the hal-commit
mailing list