Use /usr/bin/perl instead of /usr/local/bin/perl

PR:		docs/13959
This commit is contained in:
Alexey Zelkin 1999-12-17 14:24:21 +00:00
parent 99d1caa95e
commit ab73757f85
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6214
6 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/perl -T
#!/usr/bin/perl -T
#
# Given a filename, start offset and end offset of a mail message,
# read the message and format it nicely using HTML.
@ -6,7 +6,7 @@
# by John Fieber
# February 26, 1998
#
# $FreeBSD$
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.22 1999/09/06 07:02:40 peter Exp $
#
require "./cgi-lib.pl";

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# Copyright (c) Jan 1999 Wolfram Schneider <wosch@FreeBSD.org>
# All rights reserved.
@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD$
# $FreeBSD: www/en/cgi/mailindex.cgi,v 1.4 1999/09/06 07:02:40 peter Exp $
use CGI;

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# mail-archive.pl -- a CGI interface to a wais indexed maling list archive.
#

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# Copyright (c) Oct 1997-1999 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@ -26,7 +26,7 @@
#
# url.cgi - make plain text URLs clickable
#
# $FreeBSD: www/en/cgi/url.cgi,v 1.20 1999/10/19 12:24:26 wosch Exp $
# $FreeBSD: www/en/cgi/url.cgi,v 1.21 1999/10/20 09:13:21 wosch Exp $
$hsty_base = '';