hal ChangeLog, 1.768, 1.769 Makefile.am, 1.13, 1.14 configure.in,
1.116, 1.117
Kay Sievers
kay at freedesktop.org
Mon Jan 23 04:15:52 PST 2006
- Previous message: hal/hald/linux2/probing Makefile.am, 1.11, 1.12 probe-storage.c,
1.19, 1.20 probe-volume.c, 1.23, 1.24
- Next message: hal/drive_id Makefile.am, 1.1, NONE ata.c, 1.3, NONE ata.h, 1.1,
NONE drive_id.c, 1.4, NONE drive_id.h, 1.2, NONE logging.h,
1.2, NONE scsi.c, 1.3, NONE scsi.h, 1.1, NONE util.c, 1.2,
NONE util.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv27406
Modified Files:
ChangeLog Makefile.am configure.in
Log Message:
2006-01-23 Kay Sievers <kay.sievers at vrfy.org>
Remove drive_id and use the udev provided data for block device
serial numbers and vendor/product information.
* Makefile.am:
* configure.in:
* drive_id/Makefile.am:
* drive_id/ata.c:
* drive_id/ata.h:
* drive_id/drive_id.c:
* drive_id/drive_id.h:
* drive_id/logging.h:
* drive_id/scsi.c:
* drive_id/scsi.h:
* drive_id/util.c:
* drive_id/util.h:
* hald/linux2/blockdev.c: (add_blockdev_probing_helper_done),
(blockdev_callouts_preprobing_storage_done),
(blockdev_callouts_preprobing_volume_done),
(hotplug_event_begin_add_blockdev):
* hald/linux2/coldplug.c: (hal_util_get_udevinfo_path),
(hal_util_init_sysfs_to_udev_map), (coldplug_get_hotplug_event),
(coldplug_synthesize_events), (coldplug_synthesize_block_event),
(coldplug_compute_visit_device):
* hald/linux2/hotplug.c: (fixup_net_device_for_renaming),
(hotplug_event_begin_sysfs):
* hald/linux2/hotplug.h:
* hald/linux2/osspec.c: (hald_udev_data), (osspec_init):
* hald/linux2/probing/Makefile.am:
* hald/linux2/probing/probe-storage.c: (main):
* hald/linux2/probing/probe-volume.c: (volume_id_log),
(strdup_valid_utf8), (set_volume_id_values):
* hald/util.c: (hal_util_strdup_valid_utf8):
* hald/util.h:
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.768
retrieving revision 1.769
diff -u -d -r1.768 -r1.769
--- ChangeLog 22 Jan 2006 16:08:36 -0000 1.768
+++ ChangeLog 23 Jan 2006 12:15:49 -0000 1.769
@@ -1,3 +1,40 @@
+2006-01-23 Kay Sievers <kay.sievers at vrfy.org>
+
+ Remove drive_id and use the udev provided data for block device
+ serial numbers and vendor/product information.
+
+ * Makefile.am:
+ * configure.in:
+ * drive_id/Makefile.am:
+ * drive_id/ata.c:
+ * drive_id/ata.h:
+ * drive_id/drive_id.c:
+ * drive_id/drive_id.h:
+ * drive_id/logging.h:
+ * drive_id/scsi.c:
+ * drive_id/scsi.h:
+ * drive_id/util.c:
+ * drive_id/util.h:
+ * hald/linux2/blockdev.c: (add_blockdev_probing_helper_done),
+ (blockdev_callouts_preprobing_storage_done),
+ (blockdev_callouts_preprobing_volume_done),
+ (hotplug_event_begin_add_blockdev):
+ * hald/linux2/coldplug.c: (hal_util_get_udevinfo_path),
+ (hal_util_init_sysfs_to_udev_map), (coldplug_get_hotplug_event),
+ (coldplug_synthesize_events), (coldplug_synthesize_block_event),
+ (coldplug_compute_visit_device):
+ * hald/linux2/hotplug.c: (fixup_net_device_for_renaming),
+ (hotplug_event_begin_sysfs):
+ * hald/linux2/hotplug.h:
+ * hald/linux2/osspec.c: (hald_udev_data), (osspec_init):
+ * hald/linux2/probing/Makefile.am:
+ * hald/linux2/probing/probe-storage.c: (main):
+ * hald/linux2/probing/probe-volume.c: (volume_id_log),
+ (strdup_valid_utf8), (set_volume_id_values):
+ * hald/util.c: (hal_util_strdup_valid_utf8):
+ * hald/util.h:
+
+
2006-01-22 David Zeuthen <davidz at redhat.com>
* tools/hal-system-storage-mount: Also remove code expecting
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 21 Jan 2006 02:45:26 -0000 1.13
+++ Makefile.am 23 Jan 2006 12:15:49 -0000 1.14
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = volume_id drive_id libhal libhal-storage hald hald-runner tools \
+SUBDIRS = volume_id libhal libhal-storage hald hald-runner tools \
fdi doc examples po
pkgconfigdir = $(libdir)/pkgconfig
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- configure.in 21 Jan 2006 20:06:09 -0000 1.116
+++ configure.in 23 Jan 2006 12:15:49 -0000 1.117
@@ -443,12 +443,11 @@
examples/Makefile
examples/volumed/Makefile
po/Makefile.in
-drive_id/Makefile
volume_id/Makefile
tools/hal-luks-setup
tools/hal-luks-remove
])
-
+
dnl ==========================================================================
echo "
HAL $VERSION
- Previous message: hal/hald/linux2/probing Makefile.am, 1.11, 1.12 probe-storage.c,
1.19, 1.20 probe-volume.c, 1.23, 1.24
- Next message: hal/drive_id Makefile.am, 1.1, NONE ata.c, 1.3, NONE ata.h, 1.1,
NONE drive_id.c, 1.4, NONE drive_id.h, 1.2, NONE logging.h,
1.2, NONE scsi.c, 1.3, NONE scsi.h, 1.1, NONE util.c, 1.2,
NONE util.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list