I have the following in devd.conf for several ugen devices, and it
works fine, but I'd like to have it work for cuaU devices, and for
some reason it doesn't. Anything look wrong?
attach 101 {
device-name "cuaU[0-9]+";
action "/bin/chmod -h 666 /dev/$device-name";
};
Thanks,
Steve