$NetBSD: patch-aa,v 1.6 2005/03/13 03:33:31 schmonz Exp $ --- idx.h.orig 2005-03-08 11:39:29.000000000 -0500 +++ idx.h @@ -251,7 +251,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" @@ -266,7 +266,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"