1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/mail/majordomo/files/patch-ac

12 lines
331 B
Plaintext
Raw Normal View History

--- 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");
}