20 lines
701 B
Text
20 lines
701 B
Text
$NetBSD: patch-af,v 1.3 2000/01/09 01:28:07 wiz Exp $
|
|
--- majordomo.orig Sat Nov 27 17:28:39 1999
|
|
+++ majordomo Sat Nov 27 17:29:16 1999
|
|
@@ -58,6 +58,7 @@
|
|
print STDERR "$0: starting\n" if $DEBUG;
|
|
|
|
# All these should be in the standard PERL library
|
|
+unshift(@INC, $bindir);
|
|
unshift(@INC, $homedir);
|
|
require "ctime.pl"; # To get MoY definitions for month abbrevs
|
|
require "majordomo_version.pl"; # What version of Majordomo is this?
|
|
@@ -1138,7 +1139,7 @@
|
|
# The password is valid, so run digest
|
|
|
|
open(DIGEST,
|
|
- "$homedir/digest -m -C -l $list $list_outgoing 2>&1 |");
|
|
+ "$bindir/digest -m -C -l $list $list_outgoing 2>&1 |");
|
|
@digest_errors = <DIGEST>;
|
|
close(DIGEST);
|
|
|