Annotation of embedaddon/coova-chilli/conf/down.sh.in, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: # Coova Chilli - David Bird <david@coova.com>
                      3: # Licensed under the GPL, see http://coova.org/
                      4: # down.sh /dev/tun0 192.168.0.10 255.255.255.0
                      5: 
                      6: . @ETCCHILLI@/functions
                      7: 
                      8: [ -e "@VARRUN@/chilli.iptables" ] && sh @VARRUN@/chilli.iptables 2>/dev/null
                      9: rm -f @VARRUN@/chilli.iptables 2>/dev/null
                     10: 
                     11: # site specific stuff optional
                     12: [ -e @ETCCHILLI@/ipdown.sh ] && . @ETCCHILLI@/ipdown.sh

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