Matthew Burgess wrote: > I added the following (shamelessly nicked from the Redhat examples > shipped in the udev tarball): > > ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \ > RUN+="/sbin/modprobe $modalias"
Shouldn't that be:
... MODALIAS="?*" ...
Or is that only for environment variables (ENV{...})?
The udev RELEASE-NOTES file says that in udev 064:
> "*" will not fail anymore, if the key does not exist or is empty.
but I don't know if that's only for ENV{...} or if it's for everything.
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
