mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2680038293
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.
12 lines
331 B
Plaintext
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");
|
|
}
|