Fixed the incorrect default path to the help file.

This commit is contained in:
Peter Simons 2001-02-12 19:23:15 +00:00
parent a44c9f44e4
commit 024a91fc18

View File

@ -37,7 +37,7 @@ static char* fqdn = NULL;
static char* master_password = NULL;
static char* mta = NULL;
static char* mta_options = "-i -f%s";
static char* help_file = DATADIR "/petidomo.conf";
static char* help_file = DATADIR "/help";
static char* acl_file = SYSCONFDIR "/petidomo.acl";
static char* index_file = LOCALSTATEDIR "/index";
static char* list_dir = LOCALSTATEDIR "/lists";