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, colored
upd script

#!/bin/sh

RST_IFACE="wlan1"

[ -z "$RST_IFACE" ] && exit

echo "Reset relay channel interface $RST_IFACE for DWDS-Client->DWDS-Base ..."

ifconfig $RST_IFACE channel -1

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