Changeset 10569 in hybrid
- Timestamp:
- Apr 24, 2012, 7:44:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/files/tools/wl-config
r10453 r10569 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 rc.conf.local resolv.conf wleiden.yaml"34 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf wleiden.yaml" 35 35 file_details() { 36 36 case "$1" in … … 49 49 RUNNING_LOC="/etc/local/${FILE}" 50 50 FILE_HINT="service dnsmasq restart" 51 ;; 52 'motd') 53 STARTUP_LOC="/cfg/${FILE}" 54 RUNNING_LOC="/etc/${FILE}" 55 FILE_HINT="" 51 56 ;; 52 57 'named.conf')
Note:
See TracChangeset
for help on using the changeset viewer.