Jay Jesus Amorin wrote:
rc.conf.local

ifstated_enable="YES"

wont work for me.


has anyone got to run ifstated at boot on openbsd?

thanks,

--jay--
Something like:

if [ -x /usr/sbin/ifstated ]; then
       /usr/sbin/ifstated && echo -n ' ifstated';
fi

would probably work better than assigning a variable in rc.conf.local which isn't recognized by rc ;-)

Reply via email to