From 024a91fc185c690dc3d944ffe2ffb7562783b95c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Feb 2001 19:23:15 +0000 Subject: [PATCH] Fixed the incorrect default path to the help file. --- config-files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-files.c b/config-files.c index 7b05510..66b2747 100644 --- a/config-files.c +++ b/config-files.c @@ -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";