1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/majordomo/files/patch-ac
James FitzGibbon 2680038293 Upgrade to majordomo v1.94 release
Use new INSTALL_ aliases
Clean up creation of majordom user and group
Fix problem where the local host was set to 'thud.cdrom.com' in everyone's config by default.
1996-10-26 18:21:17 +00:00

12 lines
331 B
Plaintext

--- contrib/digest.orig Sat Oct 26 13:53:02 1996
+++ contrib/digest Sat Oct 26 13:53:23 1996
@@ -318,7 +318,7 @@
} else {
# Read and execute the .cf file
$cf = $ENV{"MAJORDOMO_CF"} ||
- "/etc/majordomo.cf";
+ "%%PREFIX%%/majordomo/majordomo.cf";
if (! -r $cf) {
&abort("$cf not readable; stopped");
}