File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 019.dwds_relay_rstchan.stop
Revision 1.1.1.1.22.1: download - view: text, annotated - select for diffs - revision graph
Thu Mar 5 23:44:05 2015 UTC (9 years, 5 months ago) by misho
Branches: elwix2_3
Diff to: branchpoint 1.1.1.1: preferred, unified
upd script

    1: #!/bin/sh
    2: 
    3: RST_IFACE="wlan1"
    4: 
    5: [ -z "$RST_IFACE" ] && exit
    6: 
    7: echo "Reset relay channel interface $RST_IFACE for DWDS-Client->DWDS-Base ..."
    8: 
    9: ifconfig $RST_IFACE channel -1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>