hal/hald/linux hald_helper.h,1.1,1.2

David Zeuthen david at freedesktop.org
Tue Aug 17 02:29:26 PDT 2004


Update of /cvs/hal/hal/hald/linux
In directory pdx:/tmp/cvs-serv17460/hald/linux

Modified Files:
	hald_helper.h 
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: hald_helper.h
===================================================================
RCS file: /cvs/hal/hal/hald/linux/hald_helper.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hald_helper.h	15 Aug 2004 18:54:57 -0000	1.1
+++ hald_helper.h	17 Aug 2004 09:29:24 -0000	1.2
@@ -27,7 +27,7 @@
 #define HALD_HELPER_H
 
 #define HALD_HELPER_MAGIC 0x68616c64
-#define HALD_HELPER_SOCKET_PATH PACKAGE_LOCALSTATEDIR "/run/hal/hotplug_socket"
+#define HALD_HELPER_SOCKET_PATH "/var/run/hal/hotplug_socket"
 #define HALD_HELPER_STRLEN 256
 
 struct hald_helper_msg




More information about the hal-commit mailing list