I have table "spamers", which renews by cron with help of easy script: cp /home/netup/spamers /pf/spamers; pfctl -d; sleep 15; pfctl -e -f /etc/pf.conf; but after that actually table "spamers" have no changes if I do the same manually (disable & enable PF) the changes take effect how can I implement some automatization on this process?