Changeset 7455 for 2.0/nanobsd


Ignore:
Timestamp:
Jan 31, 2010, 1:41:21 PM (15 years ago)
Author:
huub
Message:

wl-config script aangepast voor proxy met name rc.node.local is nu rc.conf.local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2.0/nanobsd/nanobsd/files/tools/wl-config

    r7453 r7455  
    11#!/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)
    33# Based on the 'API' of Jasper
    4 # Rick van der Zwet
     4# Rick van der Zwet ; Richard van Mansom
    55# XXX: TODO, some proper error checking for fetch
    66
     
    1919     RUNNING_LOC="/etc/dot_ssh/${FILE}"
    2020     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"
    3121   ;;
    3222  'rc.conf.local')
Note: See TracChangeset for help on using the changeset viewer.