Fix paths and rename the project

This commit is contained in:
Julien BLACHE
2009-06-12 11:09:58 +02:00
parent e1c0b6d4b7
commit 1bd3b3a076
8 changed files with 17 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ static cfg_opt_t sec_general[] =
{
CFG_STR("uid", "nobody", CFGF_NONE),
CFG_STR("admin_password", NULL, CFGF_NONE),
CFG_STR("logfile", "/var/log/mt-daapd.log", CFGF_NONE),
CFG_STR("logfile", STATEDIR "/log/" PACKAGE ".log", CFGF_NONE),
CFG_INT_CB("loglevel", E_LOG, CFGF_NONE, &cb_loglevel),
CFG_END()
};