Problems getting callouts to work
David Leangen
linux at leangen.net
Tue Jun 13 19:47:51 PDT 2006
> you could have
> <device>
> <match key=...
> <append key="info.callouts.add" type="strlist">/usr/local/
> myprogram</append>
> </match>
> </device>
Excellent! Thank you!
There was one difference from what you write above.
The callout was not called when I used an absolute path. It worked
perfectly well, however, when I placed my script in
the /usr/share/hal/scripts directory and wrote the following in the fdi
file:
<device>
<match key=...
<append key="info.callouts.add" type="strlist">myprogram</append>
</match>
</device>
Thanks again!
David
More information about the hal
mailing list