Annotation of elwix/config/etc/default/rc.d/019.dwds_relay_rstchan.stop, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: 
                      3: RST_IFACE="wlan1"
                      4: 
                      5: echo "Reset relay channel interface $RST_IFACE for DWDS-Client->DWDS-Base ..."
                      6: 
                      7: ifconfig $RST_IFACE channel -1

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