Changeset 7455 for 2.0/nanobsd
- Timestamp:
- Jan 31, 2010, 1:41:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/files/tools/wl-config
r7453 r7455 1 1 #!/bin/sh 2 # Wireless Leiden config-update script for FreeBSD 7.x(nanobsd)2 # Wireless Leiden proxy config-update script for FreeBSD 8.0 (nanobsd) 3 3 # Based on the 'API' of Jasper 4 # Rick van der Zwet 4 # Rick van der Zwet ; Richard van Mansom 5 5 # XXX: TODO, some proper error checking for fetch 6 6 … … 19 19 RUNNING_LOC="/etc/dot_ssh/${FILE}" 20 20 FILE_HINT="" 21 ;;22 'dnsmasq.conf')23 STARTUP_LOC="/cfg/local/${FILE}"24 RUNNING_LOC="/etc/local/${FILE}"25 FILE_HINT="/usr/local/etc/rc.d/dnsmasq restart"26 ;;27 'named.conf')28 STARTUP_LOC="/cfg/namedb/${FILE}"29 RUNNING_LOC="/etc/namedb/${FILE}"30 FILE_HINT="/etc/rc.d/named restart"31 21 ;; 32 22 'rc.conf.local')
Note:
See TracChangeset
for help on using the changeset viewer.