From mboxrd@z Thu Jan 1 00:00:00 1970 From: sofar Date: Tue, 21 Feb 2006 06:09:06 +0000 Subject: [PATCH] allow hal hotplug libexec to be missing Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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