blob: efe35459933fac2c440a1516cfd8ad47f10dc575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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");
}
|