Ignore:
Timestamp:
Apr 26, 2012, 2:54:48 PM (13 years ago)
Author:
rick
Message:

We are going todo musical chairs over here to auto-magically reload the pf
firewall allowing to make the normal proxy work properly (saves us from
specifing the gateway standardly).

Related-To: nodefactory#129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/etc/rc.conf

    r10481 r10590  
    7070#pf_rules="/etc/pf.hybrid.conf"
    7171#pf_flags="-D ext_if=vr0 -D captive_portal_interfaces=wlan0 -D publicnat=80,443"
     72
     73# Autogenerated flags are used during runtime
     74rc_conf_running='/etc/rc.conf.running'
     75if [ -r $rc_conf_running ]; then
     76  . $rc_conf_running
     77else
     78  touch $rc_conf_running
     79fi
Note: See TracChangeset for help on using the changeset viewer.