Changeset 13725 in hybrid for branches/releng-11
- Timestamp:
- Jan 18, 2017, 1:05:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/tools/wl-config
r13697 r13725 35 35 CONFIG=`hostname -s` 36 36 37 # Determine it's statup and running location and some other hints 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 unbound.wleiden.conf wleiden.yaml" 37 # Determine it's statup and running location and some other hints 38 # Ordering is important! resolv.conf is fetched as last file, as it could 39 # potentially break the downloading of other files. 40 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local pf.hybrid.conf.local unbound.wleiden.conf wleiden.yaml resolv.conf" 40 41 file_details() { 41 42 POST_CMD=""
Note:
See TracChangeset
for help on using the changeset viewer.