diff options
Diffstat (limited to 'mail/mailagent/patches/patch-aj')
-rw-r--r-- | mail/mailagent/patches/patch-aj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/mailagent/patches/patch-aj b/mail/mailagent/patches/patch-aj new file mode 100644 index 00000000000..84251ae1e4d --- /dev/null +++ b/mail/mailagent/patches/patch-aj @@ -0,0 +1,17 @@ +*** agent/maillist.SH.orig Thu Aug 10 15:38:06 1995 +--- agent/maillist.SH Thu Jul 25 19:54:00 1996 +*************** +*** 17,22 **** + echo "Extracting agent/maillist (with variable substitutions)" + $spitshell >maillist <<!GROK!THIS! + $startperl +! eval "exec perl -S \$0 \$*" + if \$running_under_some_shell; + +--- 17,22 ---- + echo "Extracting agent/maillist (with variable substitutions)" + $spitshell >maillist <<!GROK!THIS! + $startperl +! eval "exec $perlpath -S \$0 \$*" + if \$running_under_some_shell; + |