+ Drop the uucp module from the default option set. + Patch the webmlm sources to not use "stdin" and "stdout" as function or member names as they can be macros according to the C standards. * webadmin: Remove check that prevents multiple virtual domains to be aliased to the same account. * webmlmd: new CGI module that can manage a Courier mailing list created with couriermlm. * Rewrite and code cleanup of couriermlm. * Use domain name, not MX hostname, for looking up authenticated SMTP passwords in esmtpauthclient
17 lines
453 B
Text
17 lines
453 B
Text
$NetBSD: patch-ab,v 1.2 2007/08/10 17:57:04 jlam Exp $
|
|
|
|
--- courier/configure.orig 2007-06-23 07:56:05.000000000 -0400
|
|
+++ courier/configure
|
|
@@ -21745,9 +21745,9 @@ done
|
|
|
|
if test "$testmode" = "0"
|
|
then
|
|
- INSTALL_PROGRAM='${INSTALL} -m 700'
|
|
- INSTALL_SCRIPT='${INSTALL} -m 700'
|
|
- INSTALL_DATA='${INSTALL} -m 600'
|
|
+ INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
|
|
+ INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
|
|
+ INSTALL_DATA='${BSD_INSTALL_DATA}'
|
|
fi
|
|
|
|
ac_ext=cc
|