If I runstart; the service blah will start.
So every time you run a service script, /etc/rc.conf is read.
service netif restar
t should that apply any changes made?to the best of my knowledge/understanding yes. I have not tried it with netif but other services that I have tried work that way.If I runservice netif restar
t should that apply any changes made?
service routing restart
service <newservice> onestart
service <newservice> start
service <thatservice> restart
ls /var/run/resolvconf/interfaces/ ; route delete default ; ifconfig wlan0 down && ifconfig em0 down && sleep 5 ; ls /var/run/resolvconf/interfaces/ ; ifconfig em0 up && sleep 15 ; ls /var/run/resolvconf/interfaces/ ; cat /etc/resolv.conf ; ping -c 2 -4 freshports.org
service -R
. More information are in manual man service(8)