summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx/patches/patch-aa
blob: 59f2df2dd4198d8fc3572652b03b97c939094b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1 2003/03/21 17:31:37 jmmv Exp $

--- idx.h.orig	1999-12-24 21:15:01.000000000 +0100
+++ idx.h
@@ -238,7 +238,7 @@
 /* ezmlm-make looks first (unless the -c switch is specified) before  */
 /* falling back to the (usually unchanged) version in the ezmlm bin   */
 /* directory. */
-#define TXT_ETC_EZMLMRC "/etc/ezmlm/ezmlmrc"
+#define TXT_ETC_EZMLMRC PKG_SYSCONFDIR "/ezmlmrc"
 
 /* same name added to auto_bin. Note leading slash! */
 #define TXT_EZMLMRC "/ezmlmrc"
@@ -253,7 +253,7 @@
 #define TXT_LOOPNUM "loopnum"
 
 /* ezmlm-cgi config file for normal SUID root install */
-#define EZ_CGIRC "/etc/ezmlm/ezcgirc"
+#define EZ_CGIRC PKG_SYSCONFDIR "/ezcgirc"
 
 /* ezmlm-cgi config file for local install we expect to find the file in PWD */
 #define EZ_CGIRC_LOC ".ezcgirc"