Use /usr/bin/perl instead of /usr/local/bin/perl
PR: docs/13959
This commit is contained in:
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
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# mail-archive.pl -- a CGI interface to a wais indexed maling list archive.
|
||||
#
|
||||
|
|
|
@ -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 = '';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
#######################################################################
|
||||
# gencommercial.pl -
|
||||
|
@ -27,7 +27,7 @@
|
|||
# This program is made available to the general public under
|
||||
# the "BSD-style copyright" terms of agreement.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/commercial/gencommercial.pl,v 1.4 1999/09/06 07:02:41 peter Exp $
|
||||
|
||||
#######################################################################
|
||||
## Configuration Section
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# gengallery.pl - script to convert tab-delimited gallery db file to
|
||||
# a section of an SGML list (not a full SGML file!) for inclusion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue