File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / coova-chilli / www / config.sh.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:48:25 2012 UTC (12 years, 3 months ago) by misho
Branches: coova-chilli, MAIN
CVS tags: v1_0_12, HEAD
coova-chilli

#!/bin/sh

if [ -f config-local.sh ]; then
    . ./config-local.sh 
else
    [ -f @ETCCHILLI@/defaults ] && . @ETCCHILLI@/defaults
    [ -f @ETCCHILLI@/config ]   && . @ETCCHILLI@/config
fi
reg_mode=${reg_mode:-$HS_REG_MODE}
[ "$reg_mode" = "self" ] && register=1
[ "$reg_mode" = "tos"  ] && tos=1
hs_openidauth=${hs_openidauth:-$HS_OPENIDAUTH}
hs_uamsecret=${hs_uamsecret:-$HS_UAMSECRET}
hs_uamlisten=${hs_uamlisten:-$HS_UAMLISTEN}
hs_uamport=${hs_uamport:-$HS_UAMPORT}
hs_uamservice=${hs_uamservice:-$HS_UAMSERVICE}

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