* [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
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.