[PATCH] allow hal hotplug libexec to be missing

sofar sofar at foo-projects.org
Tue Feb 21 06:09:06 UTC 2006



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"



More information about the Lunar-dev mailing list