Changeset 13696 in hybrid for branches/releng-11
- Timestamp:
- Jan 14, 2017, 12:31:50 AM (8 years ago)
- Location:
- branches/releng-11/nanobsd/files
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/tools/wl-config
r12464 r13696 37 37 # Determine it's statup and running location and some other hints 38 38 # Skip named.conf as it not planned in current release 39 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local wleiden.yaml"39 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local unbound.wleiden.conf wleiden.yaml" 40 40 file_details() { 41 41 POST_CMD="" … … 81 81 RUNNING_LOC="/etc/${FILE}" 82 82 POST_CMD="service pf reload" 83 'unbound.wleiden.conf') 84 STARTUP_LOC="/cfg/local/${FILE}" 85 RUNNING_LOC="/usr/local/etc/${FILE}" 86 POST_CMD="service unbound reload" 83 87 ;; 84 88 'wleiden.yaml')
Note:
See TracChangeset
for help on using the changeset viewer.