Annotation of elwix/config/etc/default/chilli/chilli.conf, revision 1.1
1.1 ! misho 1: #
! 2: # Chilli Configuration
! 3: #
! 4: # To configure chilli, see /usr/local/etc/chilli/default
! 5: # and then create your own /usr/local/etc/chilli/config
! 6: # start / stop chilli with @INITDIR@/chilli
! 7: #
! 8: # For help with coova-chilli,
! 9: # visit http://coova.org/wiki/index.php/CoovaChilli
! 10: #
! 11: # This file can either contain all your chilli configurations, or include
! 12: # other files, as shown per default below. The idea here is that main.conf
! 13: # contains your main configurations, hs.conf is for your configurations
! 14: # delivered by RADIUS (using the Administrative-User login), and local.conf
! 15: # is for any other settings you might configure by hand for this particular
! 16: # installation.
! 17:
! 18: include /usr/local/etc/chilli/main.conf
! 19: include /usr/local/etc/chilli/hs.conf
! 20: include /usr/local/etc/chilli/local.conf
! 21:
! 22: ipup=/usr/local/etc/chilli/up.sh
! 23: ipdown=/usr/local/etc/chilli/down.sh
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>