summaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-05 21:24:49 +0000
committerjdp <jdp@FreeBSD.org>1999-04-05 21:24:49 +0000
commitab9822f48f5b1407483503f21065b91e8816e796 (patch)
treebc6b134a504017c5f81093265190ca85c500055d /CVSROOT
parentd4b413ca0ab31b93a0d022dfec8611de4a1e433a (diff)
downloadFreeBSD-ports-ab9822f48f5b1407483503f21065b91e8816e796.zip
FreeBSD-ports-ab9822f48f5b1407483503f21065b91e8816e796.tar.gz
Take perl from /usr/bin rather than /usr/local/bin.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/commit_prep.pl4
-rwxr-xr-xCVSROOT/log_accum.pl4
-rwxr-xr-xCVSROOT/logcheck4
3 files changed, 6 insertions, 6 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index 873b331..4d3303e 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
-# $Id: commit_prep.pl,v 1.3 1996/02/07 14:35:34 peter Exp $
+# $Id: commit_prep.pl,v 1.4 1997/05/15 19:53:32 peter Exp $
#
#
# Perl filter to handle pre-commit checking of files. This program
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 81ba4a4..485f767 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
-# $Id: log_accum.pl,v 1.33 1999/02/18 07:53:35 peter Exp $
+# $Id: log_accum.pl,v 1.34 1999/02/18 07:58:55 peter Exp $
#
# Perl filter to handle the log messages from the checkin of files in
# a directory. This script will group the lists of files by log
diff --git a/CVSROOT/logcheck b/CVSROOT/logcheck
index 85940ac..b2c4b35 100755
--- a/CVSROOT/logcheck
+++ b/CVSROOT/logcheck
@@ -1,6 +1,6 @@
-#! /usr/local/bin/perl
+#! /usr/bin/perl
#
-# $Id: logcheck,v 1.1 1997/06/08 02:18:37 peter Exp $
+# $Id: logcheck,v 1.2 1997/06/08 16:56:46 peter Exp $
#
# This hack is to sanitise the results of what the user may have
# "done" while editing the commit log message.. :-) Peter Wemm.
OpenPOWER on IntegriCloud