1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/mailagent/files/patch-ag
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

18 lines
512 B
Plaintext

*** agent/edusers.SH.orig Thu Aug 10 15:34:55 1995
--- agent/edusers.SH Thu Jul 25 19:55:26 1996
***************
*** 17,22 ****
echo "Extracting agent/edusers (with variable substitutions)"
$spitshell >edusers <<!GROK!THIS!
$startperl
! eval "exec perl -S \$0 \$*"
if \$running_under_some_shell;
--- 17,22 ----
echo "Extracting agent/edusers (with variable substitutions)"
$spitshell >edusers <<!GROK!THIS!
$startperl
! eval "exec $perlpath -S \$0 \$*"
if \$running_under_some_shell;