hal ChangeLog,1.240,1.241

David Zeuthen david at freedesktop.org
Fri Aug 13 05:53:18 PDT 2004


Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv16632

Modified Files:
	ChangeLog 
Log Message:
2004-08-13  David Zeuthen  <david at fubar.dk>

	* tools/fstab-sync.c: All debug statements now prints the pid
	(volume_determine_device_type): Aiih. Due to hal not removing all
	children devices before parent devices and the fact that we use
	properties on a parent device when removing a volume we end up
	with a problem. Thing is, we don't need this info when removing
	fstab entries so simple fix is to call hal_device_exists() for the
	UDI.
	(volume_new): Typo, volume.fs_type should be volume.fstype
	(add_udi): Print out debug when an entry was added
	(remove_udi): Print out debug when an entry was removed
	(clean):
	(main): Use flock(2) to lock the /etc/fstab file. Also bail out
	when there are no info.capabilities and we were invoked by hald.
	Store PID in the global variable pid.

	* doc/TODO: Added TODO about removing childs before their parent



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- ChangeLog	12 Aug 2004 17:40:14 -0000	1.240
+++ ChangeLog	13 Aug 2004 12:53:16 -0000	1.241
@@ -1,3 +1,22 @@
+2004-08-13  David Zeuthen  <david at fubar.dk>
+
+	* tools/fstab-sync.c: All debug statements now prints the pid
+	(volume_determine_device_type): Aiih. Due to hal not removing all
+	children devices before parent devices and the fact that we use
+	properties on a parent device when removing a volume we end up
+	with a problem. Thing is, we don't need this info when removing
+	fstab entries so simple fix is to call hal_device_exists() for the
+	UDI.
+	(volume_new): Typo, volume.fs_type should be volume.fstype
+	(add_udi): Print out debug when an entry was added
+	(remove_udi): Print out debug when an entry was removed
+	(clean):
+	(main): Use flock(2) to lock the /etc/fstab file. Also bail out
+	when there are no info.capabilities and we were invoked by hald.
+	Store PID in the global variable pid.
+
+	* doc/TODO: Added TODO about removing childs before their parent
+
 2004-08-12  David Zeuthen  <david at fubar.dk>
 
 	* configure.in: Bump to 0.2.96




More information about the hal-commit mailing list