hal/hald callout.c,1.14,1.15
David Zeuthen
david at freedesktop.org
Tue Aug 31 16:40:25 PDT 2004
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv3421/hald
Modified Files:
callout.c
Log Message:
2004-09-01 David Zeuthen <david at fubar.dk>
* tools/fstab-sync.c (fs_table_line_is_mounted): New function
(fs_table_remove_generated_entries): Don't remove generated entries
that are in use (e.g device mounted at path). Fixes problem with
restarting the hal daemon with devices mounted (e.g. on package
upgrade etc.)
* hald/callout.c (process_callouts): Print full path of callout
Index: callout.c
===================================================================
RCS file: /cvs/hal/hal/hald/callout.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- callout.c 22 Aug 2004 19:27:22 -0000 1.14
+++ callout.c 31 Aug 2004 23:40:22 -0000 1.15
@@ -329,7 +329,7 @@
active_callouts = g_slist_append (active_callouts, callout);
- HAL_INFO (("Invoking %s", argv[0]));
+ HAL_INFO (("Invoking %s/%s", callout->working_dir, argv[0]));
if (!g_spawn_async (callout->working_dir, argv, callout->envp,
G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL,
More information about the hal-commit
mailing list