Ignore:
Timestamp:
May 7, 2012, 2:45:33 PM (13 years ago)
Author:
rick
Message:

Let the redirected be controlled by gformat (yaml).

Related-To: nodefactory#152

File:
1 edited

Legend:

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

    r10628 r10704  
    3232# Determine it's statup and running location and some other hints
    3333# Skip named.conf as it not planned in current release
    34 FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf wleiden.yaml"
     34FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local wleiden.yaml"
    3535file_details() {
    3636  POST_CMD=""
     
    7070     STARTUP_LOC="/cfg/${FILE}"
    7171     RUNNING_LOC="/etc/${FILE}"
     72   ;;
     73   'pf.hybrid.conf.local')
     74     STARTUP_LOC="/cfg/${FILE}"
     75     RUNNING_LOC="/etc/${FILE}"
     76     POST_CMD="service pf reload"
    7277   ;;
    7378   'wleiden.yaml')
Note: See TracChangeset for help on using the changeset viewer.