Return to up.sh CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / chilli |
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