diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-29 03:26:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-29 03:26:48 +0000 |
commit | 9310542f0e67b003686b730d380803575d660c03 (patch) | |
tree | c1d06883e34e558d42843b9e15f088c2b4534d3e /mail/mailagent/files/patch-am | |
parent | Upgrade, 1.6 -> 1.62. (diff) |
A sophisticated mail processing program.
Diffstat (limited to 'mail/mailagent/files/patch-am')
-rw-r--r-- | mail/mailagent/files/patch-am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-am b/mail/mailagent/files/patch-am new file mode 100644 index 000000000000..11b8de3b8c1b --- /dev/null +++ b/mail/mailagent/files/patch-am @@ -0,0 +1,19 @@ +*** agent/magent.sh.orig Sat Sep 16 09:05:29 1995 +--- agent/magent.sh Thu Jul 25 19:58:11 1996 +*************** +*** 17,23 **** + echo "Extracting agent/magent (with variable substitutions)" + $spitshell >magent <<!GROK!THIS! + $startperl +! eval 'exec perl -S \$0 "\$@"' + if \$running_under_some_shell; + + # You'll need to set up a .forward file that feeds your mail to this script, +--- 17,23 ---- + echo "Extracting agent/magent (with variable substitutions)" + $spitshell >magent <<!GROK!THIS! + $startperl +! eval 'exec $perlpath -S \$0 "\$@"' + if \$running_under_some_shell; + + # You'll need to set up a .forward file that feeds your mail to this script, |