hal ChangeLog,1.343,1.344 configure.in,1.48,1.49

David Zeuthen david at freedesktop.org
Thu Oct 14 11:37:30 PDT 2004


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv19112

Modified Files:
	ChangeLog configure.in 
Log Message:
2004-10-14  David Zeuthen  <davidz at redhat.com>

	* configure.in: Add fstab-sync.8 to AC_OUTPUT
	
	* doc/conf/storage-non-fixed.fdi: New file, example

	* doc/conf/storage-skip-all.fdi: New file, example

	* doc/conf/Makefile.am: Dist and install two new .fdi files

	* fdi/90defaultpolicy/storage-policy.fdi: Fix a typo in a comment

	* hald/device_info.c:
	(my_alphasort): New function 
	(scan_fdi_files): Use my_alphasort to sort in the right order. Process
	all .fdi files instead of bailing out on the first match.

	* hald/linux/osspec.c:
	(get_selinux_removable_context): New function, copied over from 
	tools/fstab-sync.c (not currently used)
	(osspec_probe): Use get_selinux_removable_context (not currently used)

	* libhal-storage/libhal-storage.c:
	(hal_drive_policy_get_mount_options): Check if mount_option property
	is actually FALSE.
	(hal_volume_policy_get_mount_options): Same

	* libhal/libhal.c:
	(hal_free_property_set): Check if object to free is NULL and just
	return. Allows hal_free_property_set (NULL).

	* tools/Makefile.am: Add rules for building fstab-sync.8 man page

	* tools/fstab-sync.8.in: New file

	* tools/fstab-sync.c: Much rewritten to use libhal-storage and the new
	policy properties. See diff for details.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -d -r1.343 -r1.344
--- ChangeLog	13 Oct 2004 18:50:44 -0000	1.343
+++ ChangeLog	14 Oct 2004 18:37:27 -0000	1.344
@@ -1,3 +1,41 @@
+2004-10-14  David Zeuthen  <davidz at redhat.com>
+
+	* configure.in: Add fstab-sync.8 to AC_OUTPUT
+	
+	* doc/conf/storage-non-fixed.fdi: New file, example
+
+	* doc/conf/storage-skip-all.fdi: New file, example
+
+	* doc/conf/Makefile.am: Dist and install two new .fdi files
+
+	* fdi/90defaultpolicy/storage-policy.fdi: Fix a typo in a comment
+
+	* hald/device_info.c:
+	(my_alphasort): New function 
+	(scan_fdi_files): Use my_alphasort to sort in the right order. Process
+	all .fdi files instead of bailing out on the first match.
+
+	* hald/linux/osspec.c:
+	(get_selinux_removable_context): New function, copied over from 
+	tools/fstab-sync.c (not currently used)
+	(osspec_probe): Use get_selinux_removable_context (not currently used)
+
+	* libhal-storage/libhal-storage.c:
+	(hal_drive_policy_get_mount_options): Check if mount_option property
+	is actually FALSE.
+	(hal_volume_policy_get_mount_options): Same
+
+	* libhal/libhal.c:
+	(hal_free_property_set): Check if object to free is NULL and just
+	return. Allows hal_free_property_set (NULL).
+
+	* tools/Makefile.am: Add rules for building fstab-sync.8 man page
+
+	* tools/fstab-sync.8.in: New file
+
+	* tools/fstab-sync.c: Much rewritten to use libhal-storage and the new
+	policy properties. See diff for details.
+
 2004-10-13  David Zeuthen  <davidz at redhat.com>
 
 	* doc/spec/hal-spec.xml.in: Add docs for is_ascii attribute on the

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- configure.in	12 Oct 2004 20:17:07 -0000	1.48
+++ configure.in	14 Oct 2004 18:37:27 -0000	1.49
@@ -439,6 +439,7 @@
 libhal/Makefile
 libhal-storage/Makefile
 tools/Makefile
+tools/fstab-sync.8
 tools/linux/Makefile
 tools/device-manager/Makefile
 tools/device-manager/Const.py




More information about the hal-commit mailing list