Changeset 10569 in hybrid


Ignore:
Timestamp:
Apr 24, 2012, 7:44:27 PM (13 years ago)
Author:
rick
Message:

Hybrid Nodes has a funky motd, make sure to fetch it by default.

File:
1 edited

Legend:

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

    r10453 r10569  
    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 rc.conf.local resolv.conf wleiden.yaml"
     34FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf wleiden.yaml"
    3535file_details() {
    3636  case "$1" in
     
    4949     RUNNING_LOC="/etc/local/${FILE}"
    5050     FILE_HINT="service dnsmasq restart"
     51   ;;
     52   'motd')
     53     STARTUP_LOC="/cfg/${FILE}"
     54     RUNNING_LOC="/etc/${FILE}"
     55     FILE_HINT=""
    5156   ;;
    5257  'named.conf')
Note: See TracChangeset for help on using the changeset viewer.