Hi Holger, You might want to use something like this in your /etc/rc.local:
pf=/etc/pf.local.conf
if pfctl -nf ${pf}; then
pfctl -f ${pf}
fi
This would make the regular /etc/pf.conf a fallback, if
pf.local.conf doesn't load.
Just a suggestion, of course. Regards
Harri

