diff options
Diffstat (limited to 'mail/mailagent/patches/patch-ak')
-rw-r--r-- | mail/mailagent/patches/patch-ak | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/mailagent/patches/patch-ak b/mail/mailagent/patches/patch-ak new file mode 100644 index 00000000000..227b4e0af9f --- /dev/null +++ b/mail/mailagent/patches/patch-ak @@ -0,0 +1,17 @@ +*** agent/mailpatch.SH.orig Wed Mar 22 05:51:24 1995 +--- agent/mailpatch.SH Thu Jul 25 19:56:34 1996 +*************** +*** 17,22 **** + echo "Extracting agent/mailpatch (with variable substitutions)" + $spitshell >mailpatch <<!GROK!THIS! + $startperl +! eval "exec perl -S \$0 \$*" + if \$running_under_some_shell; + +--- 17,22 ---- + echo "Extracting agent/mailpatch (with variable substitutions)" + $spitshell >mailpatch <<!GROK!THIS! + $startperl +! eval "exec $perlpath -S \$0 \$*" + if \$running_under_some_shell; + |