Annotation of elwix/config/etc/default/chilli/up.sh, 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: # up.sh /dev/tun0 192.168.0.10 255.255.255.0
                      5: 
                      6: . /usr/local/etc/chilli/functions
                      7: 
                      8: # site specific stuff optional
                      9: [ -e /usr/local/etc/chilli/ipup.sh ] && . /usr/local/etc/chilli/ipup.sh

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