Changeset 10704 in hybrid for branches/releng-9.0/nanobsd/files/tools/wl-config
- Timestamp:
- May 7, 2012, 2:45:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/files/tools/wl-config
r10628 r10704 32 32 # Determine it's statup and running location and some other hints 33 33 # Skip named.conf as it not planned in current release 34 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf wleiden.yaml"34 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local wleiden.yaml" 35 35 file_details() { 36 36 POST_CMD="" … … 70 70 STARTUP_LOC="/cfg/${FILE}" 71 71 RUNNING_LOC="/etc/${FILE}" 72 ;; 73 'pf.hybrid.conf.local') 74 STARTUP_LOC="/cfg/${FILE}" 75 RUNNING_LOC="/etc/${FILE}" 76 POST_CMD="service pf reload" 72 77 ;; 73 78 'wleiden.yaml')
Note:
See TracChangeset
for help on using the changeset viewer.