hal ChangeLog,1.501,1.502 configure.in,1.75,1.76
David Zeuthen
david at freedesktop.org
Mon Apr 11 11:51:52 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv29346
Modified Files:
ChangeLog configure.in
Log Message:
2005-04-11 David Zeuthen <davidz at redhat.com>
* configure.in: Add /var/lib/music to the search path for pci.ids.
Patch from Murray Cumming <murrayc at murrayc.com>, fdo bug #2547.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.501
retrieving revision 1.502
diff -u -d -r1.501 -r1.502
--- ChangeLog 8 Apr 2005 18:10:19 -0000 1.501
+++ ChangeLog 11 Apr 2005 18:51:49 -0000 1.502
@@ -1,3 +1,8 @@
+2005-04-11 David Zeuthen <davidz at redhat.com>
+
+ * configure.in: Add /var/lib/music to the search path for pci.ids.
+ Patch from Murray Cumming <murrayc at murrayc.com>, fdo bug #2547.
+
2005-04-08 David Zeuthen <davidz at redhat.com>
Make all hal helpers use a direct connection to hald rather than
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- configure.in 8 Apr 2005 18:10:19 -0000 1.75
+++ configure.in 11 Apr 2005 18:51:50 -0000 1.76
@@ -39,7 +39,7 @@
if ! test -z "$with_hwdata" ; then
HWDATA_DIR="$with_hwdata"
else
- for dir in /usr/share/hwdata /usr/share/misc /usr/share; do
+ for dir in /usr/share/hwdata /usr/share/misc /usr/share /var/lib/misc; do
AC_CHECK_FILE($dir/pci.ids,HWDATA_DIR=$dir)
done
fi
More information about the hal-commit
mailing list