isdn4k-utils/isdnlog/.Config.in

22 lines
866 B
Plaintext

mainmenu_option next_comment
comment 'Options for isdnlog package'
int 'Server listen at port' CONFIG_ISDNLOG_SERV_PORT
string 'User file' CONFIG_ISDNLOG_USERFILE
string 'Charge file' CONFIG_ISDNLOG_CHARGEFILE
string 'Log file' CONFIG_ISDNLOG_LOGFILE
string 'Reload command' CONFIG_ISDNLOG_RELOADCMD
string 'Stop command' CONFIG_ISDNLOG_STOPCMD
string 'Reboot command' CONFIG_ISDNLOG_REBOOTCMD
string 'Old config directory' CONFIG_ISDNLOG_OLDI4LCONFDIR
string 'Old config file' CONFIG_ISDNLOG_OLDI4LCONFFILE
bool 'Support postgres95 SQL-Database' CONFIG_ISDNLOG_POSTGRES
if [ "$CONFIG_ISDNLOG_POSTGRES" = "y" ]; then
string 'directory of postgres95' CONFIG_ISDNLOG_POSTGRESDIR
fi
bool 'Support for old isdn4linux' CONFIG_ISDNLOG_OLD_I4L
choice 'Country specific chargeinfo support' \
"DE CONFIG_ISDNLOG_DE \
NL CONFIG_ISDNLOG_NL \
CH CONFIG_ISDNLOG_CH"
endmenu