Check-in Number:
|
383 | |
Date: |
2001-Feb-12 20:23:15 (local)
2001-Feb-12 19:23:15 (UTC) |
User: | simons |
Branch: | |
Comment: |
Fixed the incorrect default path to the help file. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/config-files.c 1.3 -> 1.4
--- config-files.c 2001/01/20 13:58:45 1.3
+++ config-files.c 2001/02/12 19:23:15 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/config-files.c,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -37,7 +37,7 @@
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";
|
|