freebsd-ports/mail/mailagent/files/patch-aj
Masafumi Max NAKANE 53baf370eb Removed the lines in the patches that contain $Id$. Fortunately, all
those lines were in the very last part of the hunks. :-)
1996-09-29 16:55:23 +00:00

17 lines
518 B
Text

*** 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;