On Sat, 9 Jan 2010 15:37, tarkhil@ wrote:
On 01/09/10 23:00, Alex Povolotsky wrote:
Well, what is the proper way to chgrp squid /dev/pf and chmod g+r /dev/pf
automatically? Nothing better than rc.local or patching
/usr/local/etc/rc.d/squid?
Quite simple; I should figure it out at once.
use devd.conf
Alex.
In /etc/devfs.rules
Something like:
[system=10]
add path 'pf' mode 0660 group pfreader
And then in /etc/rc.conf
Add:
devfs_system_ruleset="system"
These are just examples but based on what I am using for some other
devices.
Best of luck.
--
Sat Jan 9 23:41:53 2010
jhell
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"