diff options
author | jdp <jdp@FreeBSD.org> | 1999-04-05 21:24:49 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-04-05 21:24:49 +0000 |
commit | ab9822f48f5b1407483503f21065b91e8816e796 (patch) | |
tree | bc6b134a504017c5f81093265190ca85c500055d /CVSROOT | |
parent | d4b413ca0ab31b93a0d022dfec8611de4a1e433a (diff) | |
download | FreeBSD-ports-ab9822f48f5b1407483503f21065b91e8816e796.zip FreeBSD-ports-ab9822f48f5b1407483503f21065b91e8816e796.tar.gz |
Take perl from /usr/bin rather than /usr/local/bin.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 4 | ||||
-rwxr-xr-x | CVSROOT/log_accum.pl | 4 | ||||
-rwxr-xr-x | CVSROOT/logcheck | 4 |
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. |