diff options
Diffstat (limited to 'mail/mailagent/files/patch-ag')
-rw-r--r-- | mail/mailagent/files/patch-ag | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-ag b/mail/mailagent/files/patch-ag new file mode 100644 index 000000000000..ac73113aec5c --- /dev/null +++ b/mail/mailagent/files/patch-ag @@ -0,0 +1,19 @@ +*** agent/edusers.SH.orig Thu Aug 10 15:34:55 1995 +--- agent/edusers.SH Thu Jul 25 19:55:26 1996 +*************** +*** 17,23 **** + echo "Extracting agent/edusers (with variable substitutions)" + $spitshell >edusers <<!GROK!THIS! + $startperl +! eval "exec perl -S \$0 \$*" + if \$running_under_some_shell; + + # $Id: edusers.SH,v 3.0.1.3 1995/08/07 16:06:24 ram Exp $ +--- 17,23 ---- + echo "Extracting agent/edusers (with variable substitutions)" + $spitshell >edusers <<!GROK!THIS! + $startperl +! eval "exec $perlpath -S \$0 \$*" + if \$running_under_some_shell; + + # $Id: edusers.SH,v 3.0.1.3 1995/08/07 16:06:24 ram Exp $ |