Annotation of embedaddon/coova-chilli/conf/chilli.conf.in, revision 1.1

1.1     ! misho       1: #
        !             2: #  Chilli Configuration
        !             3: #
        !             4: #  To configure chilli, see @ETCCHILLI@/default
        !             5: #  and then create your own @ETCCHILLI@/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 @ETCCHILLI@/main.conf
        !            19: include @ETCCHILLI@/hs.conf
        !            20: include @ETCCHILLI@/local.conf
        !            21: 
        !            22: ipup=@ETCCHILLI@/up.sh
        !            23: ipdown=@ETCCHILLI@/down.sh

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