* [PATCH] allow hal hotplug libexec to be missing
@ 2006-02-21 6:09 sofar
2006-02-21 8:12 ` Marco d'Itri
0 siblings, 1 reply; 2+ messages in thread
From: sofar @ 2006-02-21 6:09 UTC (permalink / raw)
To: linux-hotplug
The following patch to "gentoo/50-udev.rules" allows udevd to be run normally without hal being present on a system so that it doesn't flood /dev/console with missing '/usr/libexec/hal.hotplug' errors.
Auke
----
-RUN+="/usr/libexec/hal.hotplug"
+RUN+="/usr/bin/test -x /usr/libexec/hal.hotplug && /usr/libexec/hal.hotplug"
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] allow hal hotplug libexec to be missing
2006-02-21 6:09 [PATCH] allow hal hotplug libexec to be missing sofar
@ 2006-02-21 8:12 ` Marco d'Itri
0 siblings, 0 replies; 2+ messages in thread
From: Marco d'Itri @ 2006-02-21 8:12 UTC (permalink / raw)
To: linux-hotplug
On Feb 21, sofar <sofar@foo-projects.org> wrote:
> The following patch to "gentoo/50-udev.rules" allows udevd to be run normally without hal being present on a system so that it doesn't flood /dev/console with missing '/usr/libexec/hal.hotplug' errors.
A much better solution would be to update HAL to the version which
receives the events over an abstract UNIX domain socket.
--
ciao,
Marco
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x103432&bid#0486&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-21 8:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-21 6:09 [PATCH] allow hal hotplug libexec to be missing sofar
2006-02-21 8:12 ` Marco d'Itri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).