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