diff options
Diffstat (limited to 'mail/mailagent/patches/patch-ah')
-rw-r--r-- | mail/mailagent/patches/patch-ah | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/mailagent/patches/patch-ah b/mail/mailagent/patches/patch-ah deleted file mode 100644 index 42f23c066f7..00000000000 --- a/mail/mailagent/patches/patch-ah +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ah,v 1.2 1999/12/26 17:35:43 itojun Exp $ - -*** agent/maildist.SH.orig Wed Mar 22 05:51:25 1995 ---- agent/maildist.SH Thu Jul 25 19:53:05 1996 -*************** -*** 17,22 **** - echo "Extracting agent/maildist (with variable substitutions)" - $spitshell >maildist <<!GROK!THIS! - $startperl -! eval "exec perl -S \$0 \$*" - if \$running_under_some_shell; - ---- 17,22 ---- - echo "Extracting agent/maildist (with variable substitutions)" - $spitshell >maildist <<!GROK!THIS! - $startperl -! eval "exec $perlpath -S \$0 \$*" - if \$running_under_some_shell; - |