On 12/29/05, DJ Lucas <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > changed the ownership of /dev/hd* back to disk. I circumvented it by > > adding the above "hd*" rule before my BUS=="ide" rule in 15-my.rules > > so that now it looks like this: > > > > KERNEL=="hd*", GROUP="disk" > > BUS=="ide", KERNEL=="hd[a-z]", PROGRAM="/bin/cat /proc/ide/%k/media", > > RESULT=="cdrom", NAME="%k", GROUP="optical", SYMLINK="cdrom%e" > > Not anymore. Try the extra option 'last_rule': > > BUS=="ide", KERNEL=="hd[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", > RESULT=="cdrom", OWNER="root", GROUP="optical", MODE="660", > OPTIONS="last_rule"
Thanks for the pointer. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
