regisr a écrit :
I am looking for a FAQ about dynamic devices:
In 5.3 (and 5.4..) SCSI devices nodes (/dev/pass*) are created when
discovered (at boot or when running "camcontrol rescan ... " )
How to change the permissions on the /dev/pass* ? (not manualy of
course ;-) OK, I can wrote a shell for this but if there is a less dirty
possibility...



you can do like this :

add this line in /etc/rc.conf :

devfs_system_ruleset="my_ruleset"

and create /etc/devfs.rules like this :

[my_ruleset=10]
add path 'pass*' mode 666

--
Philippe PEGON
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to