diff options
Diffstat (limited to 'mail/mailagent/patches/patch-agent_maildist.SH')
-rw-r--r-- | mail/mailagent/patches/patch-agent_maildist.SH | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mailagent/patches/patch-agent_maildist.SH b/mail/mailagent/patches/patch-agent_maildist.SH new file mode 100644 index 00000000000..528bb35c701 --- /dev/null +++ b/mail/mailagent/patches/patch-agent_maildist.SH @@ -0,0 +1,11 @@ +$NetBSD: patch-agent_maildist.SH,v 1.1 2011/12/14 03:03:47 sbd Exp $ + +--- agent/maildist.SH.orig 2001-03-17 18:31:22.000000000 +0000 ++++ agent/maildist.SH +@@ -18,5 +18,5 @@ echo "Extracting agent/maildist (with va + $spitshell >maildist <<!GROK!THIS! + $startperl +- eval "exec perl -S \$0 \$*" ++ eval "exec $perlpath -S \$0 \$*" + if \$running_under_some_shell; + |