Ignore:
Timestamp:
May 13, 2012, 1:01:55 PM (13 years ago)
Author:
rick
Message:

Make sure to load the wleiden.yaml from the proper location.

While here do cleanups at wl-config to make the path display more logical. Do
not show the fact that /usr/local/etc is symlinked to /etc/local. By doing so,
we make sure stuff will be more consistent.

Related-To: nodefactory:ticket:164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/tools/wl-config

    r10722 r10827  
    4444  'dhcpd.conf')
    4545     STARTUP_LOC="/cfg/local/${FILE}"
    46      RUNNING_LOC="/etc/local/${FILE}"
     46     RUNNING_LOC="/usr/local/etc/${FILE}"
    4747     FILE_HINT="service isc-dhcpd restart"
    4848   ;;
    4949  'dnsmasq.conf')
    5050     STARTUP_LOC="/cfg/local/${FILE}"
    51      RUNNING_LOC="/etc/local/${FILE}"
     51     RUNNING_LOC="/usr/local/etc/${FILE}"
    5252     FILE_HINT="service dnsmasq restart"
    5353   ;;
     
    7878   'wleiden.yaml')
    7979     STARTUP_LOC="/cfg/local/${FILE}"
    80      RUNNING_LOC="/etc/local/${FILE}"
     80     RUNNING_LOC="/usr/local/etc/${FILE}"
    8181   ;;
    8282  esac
Note: See TracChangeset for help on using the changeset viewer.