summaryrefslogtreecommitdiff
path: root/mail/mailagent/patches/patch-ag
blob: 132c900fca91dda4a18f84611571a7769ed1bed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ag,v 1.2 1999/12/26 17:35:43 itojun Exp $

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