hal ChangeLog,1.930,1.931 Makefile.am,1.18,1.19
Kay Sievers
kay at kemper.freedesktop.org
Mon Jul 10 17:42:32 PDT 2006
- Previous message: hal/hald/linux2/probing probe-storage.c,1.24,1.25
- Next message: hal/volume_id .cvsignore, 1.1, NONE Makefile.am, 1.10, NONE cramfs.c,
1.7, NONE ext.c, 1.8, NONE fat.c, 1.11, NONE hfs.c, 1.8,
NONE highpoint.c, 1.9, NONE hpfs.c, 1.7, NONE iso9660.c, 1.9,
NONE isw_raid.c, 1.7, NONE jfs.c, 1.8, NONE linux_raid.c, 1.9,
NONE linux_swap.c, 1.8, NONE logging.h, 1.4, NONE lsi_raid.c,
1.6, NONE luks.c, 1.8, NONE lvm.c, 1.9, NONE mac.c, 1.9,
NONE minix.c, 1.6, NONE msdos.c, 1.8, NONE ntfs.c, 1.9,
NONE nvidia_raid.c, 1.6, NONE ocfs.c, 1.3, NONE promise_raid.c,
1.6, NONE reiserfs.c, 1.11, NONE romfs.c, 1.8,
NONE silicon_raid.c, 1.6, NONE squashfs.c, 1.1, NONE sysv.c,
1.8, NONE udf.c, 1.8, NONE ufs.c, 1.8, NONE util.c, 1.8,
NONE util.h, 1.9, NONE via_raid.c, 1.6, NONE volume_id.c, 1.15,
NONE volume_id.h, 1.15, NONE vxfs.c, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory kemper:/tmp/cvs-serv5854
Modified Files:
ChangeLog Makefile.am
Log Message:
2006-07-11 Kay Sievers <kay.sievers at vrfy.org>
* Makefile.am:
* volume_id/.cvsignore:
* volume_id/Makefile.am:
* volume_id/cramfs.c:
* volume_id/ext.c:
* volume_id/fat.c:
* volume_id/hfs.c:
* volume_id/highpoint.c:
* volume_id/hpfs.c:
* volume_id/iso9660.c:
* volume_id/isw_raid.c:
* volume_id/jfs.c:
* volume_id/linux_raid.c:
* volume_id/linux_swap.c:
* volume_id/logging.h:
* volume_id/lsi_raid.c:
* volume_id/luks.c:
* volume_id/lvm.c:
* volume_id/mac.c:
* volume_id/minix.c:
* volume_id/msdos.c:
* volume_id/ntfs.c:
* volume_id/nvidia_raid.c:
* volume_id/ocfs.c:
* volume_id/promise_raid.c:
* volume_id/reiserfs.c:
* volume_id/romfs.c:
* volume_id/silicon_raid.c:
* volume_id/squashfs.c:
* volume_id/sysv.c:
* volume_id/udf.c:
* volume_id/ufs.c:
* volume_id/util.c:
* volume_id/util.h:
* volume_id/via_raid.c:
* volume_id/volume_id.c:
* volume_id/volume_id.h:
* volume_id/vxfs.c:
Remove internal copy of libvolume_id.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.930
retrieving revision 1.931
diff -u -d -r1.930 -r1.931
--- ChangeLog 11 Jul 2006 00:00:35 -0000 1.930
+++ ChangeLog 11 Jul 2006 00:42:30 -0000 1.931
@@ -1,5 +1,47 @@
2006-07-11 Kay Sievers <kay.sievers at vrfy.org>
+ * Makefile.am:
+ * volume_id/.cvsignore:
+ * volume_id/Makefile.am:
+ * volume_id/cramfs.c:
+ * volume_id/ext.c:
+ * volume_id/fat.c:
+ * volume_id/hfs.c:
+ * volume_id/highpoint.c:
+ * volume_id/hpfs.c:
+ * volume_id/iso9660.c:
+ * volume_id/isw_raid.c:
+ * volume_id/jfs.c:
+ * volume_id/linux_raid.c:
+ * volume_id/linux_swap.c:
+ * volume_id/logging.h:
+ * volume_id/lsi_raid.c:
+ * volume_id/luks.c:
+ * volume_id/lvm.c:
+ * volume_id/mac.c:
+ * volume_id/minix.c:
+ * volume_id/msdos.c:
+ * volume_id/ntfs.c:
+ * volume_id/nvidia_raid.c:
+ * volume_id/ocfs.c:
+ * volume_id/promise_raid.c:
+ * volume_id/reiserfs.c:
+ * volume_id/romfs.c:
+ * volume_id/silicon_raid.c:
+ * volume_id/squashfs.c:
+ * volume_id/sysv.c:
+ * volume_id/udf.c:
+ * volume_id/ufs.c:
+ * volume_id/util.c:
+ * volume_id/util.h:
+ * volume_id/via_raid.c:
+ * volume_id/volume_id.c:
+ * volume_id/volume_id.h:
+ * volume_id/vxfs.c:
+ Remove internal copy of libvolume_id.
+
+2006-07-11 Kay Sievers <kay.sievers at vrfy.org>
+
* hald/linux2/probing/probe-storage.c: (main):
If HAL finds already created partitions, it will not longer probe
for a filesystem on the disk. This should work with kernel 2.6.17.
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am 5 Jun 2006 23:56:00 -0000 1.18
+++ Makefile.am 11 Jul 2006 00:42:30 -0000 1.19
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = volume_id libhal libhal-storage hald hald-runner tools \
+SUBDIRS = libhal libhal-storage hald hald-runner tools \
fdi doc examples po privileges
pkgconfigdir = $(libdir)/pkgconfig
- Previous message: hal/hald/linux2/probing probe-storage.c,1.24,1.25
- Next message: hal/volume_id .cvsignore, 1.1, NONE Makefile.am, 1.10, NONE cramfs.c,
1.7, NONE ext.c, 1.8, NONE fat.c, 1.11, NONE hfs.c, 1.8,
NONE highpoint.c, 1.9, NONE hpfs.c, 1.7, NONE iso9660.c, 1.9,
NONE isw_raid.c, 1.7, NONE jfs.c, 1.8, NONE linux_raid.c, 1.9,
NONE linux_swap.c, 1.8, NONE logging.h, 1.4, NONE lsi_raid.c,
1.6, NONE luks.c, 1.8, NONE lvm.c, 1.9, NONE mac.c, 1.9,
NONE minix.c, 1.6, NONE msdos.c, 1.8, NONE ntfs.c, 1.9,
NONE nvidia_raid.c, 1.6, NONE ocfs.c, 1.3, NONE promise_raid.c,
1.6, NONE reiserfs.c, 1.11, NONE romfs.c, 1.8,
NONE silicon_raid.c, 1.6, NONE squashfs.c, 1.1, NONE sysv.c,
1.8, NONE udf.c, 1.8, NONE ufs.c, 1.8, NONE util.c, 1.8,
NONE util.h, 1.9, NONE via_raid.c, 1.6, NONE volume_id.c, 1.15,
NONE volume_id.h, 1.15, NONE vxfs.c, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list