Hi, in the CUPS part of the handbook it says to add this to /etc/devfs.rules
And to /etc/rc.conf
But to mount USB I need this
And in rc.conf
So how can I add both?
Code:
[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
add path 'usb/X.Y.Z' mode 0660 group cups
Code:
devfs_system_ruleset="system"
But to mount USB I need this
Code:
[localrules=5]
add path 'da*' mode 0660 group operator
Code:
devfs_system_ruleset="localrules"
So how can I add both?