- Fixed text files to not overwrite the "text/top" and "text/bottom" files unconditionally. Also rewrote places where the filename was duplicated in the tags. - (Un)subscribe requests initiated and confirmed by a moderator are now marked in the Log as "+mod" or "-mod". This is accomplished by the addition of another pair of subscribe/unsubscribe confirmation commands ("rc.cookie" and "wc.cookie") to ezmlm-manage to differentiate between moderated (un)subscribe requests and (un)subscribe requests iniated and confirmed by a moderator.
22 lines
803 B
Text
22 lines
803 B
Text
$NetBSD: patch-aa,v 1.7 2006/12/29 06:21:06 schmonz Exp $
|
|
|
|
--- idx.h.orig 2006-11-23 14:12:30.000000000 -0500
|
|
+++ idx.h
|
|
@@ -255,7 +255,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"
|
|
@@ -270,7 +270,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"
|