Path to: Is:
======= ==
- Perl 4 /usr/local/bin/perl4
+ Perl 4 /usr/bin/perl
- Perl 5 /usr/local/bin/perl
+ Perl 5 /usr/bin/perl
If your system doesn't support the command interpreter feature,
you'll have to supply the scripts to your Perl interpreter on its
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
#+##############################################################################
# #
# File: big_brother.perl #
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# count_pf.perl-- run lsof in repeat mode and count processes and
# files
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# count_pf.perl5 -- run lsof in repeat mode and count processes and
# files
-#!/usr/local/bin/perl
+#!/usr/bin/perl
###################################################################
# identd.perl5 : An implementation of RFC 1413 Ident Server
# using Vic Abell's lsof.
# - Multiple instances of the server are not a performance penalty
# since they shall use lsof's cacheing mechanism. (compare with
# Peter Eriksson's pidentd)
-# - assumes 'lsof' binary in /usr/local/sbin
+# - assumes 'lsof' binary in $PATH
# - Command line arguments :
# -t TIMEOUT Number of seconds to wait for a query before aborting.
# Default is 120.
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# $Id: idrlogin.perl,v 1.5 2001/11/18 12:20:46 abe Exp $
#
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# $Id: idrlogin.perl5,v 1.5 2001/11/18 12:20:46 abe Exp $
#
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# $Id: list_NULf.perl5,v 1.5 2000/07/14 17:03:37 abe Exp $
#
-#!/usr/local/bin/perl4
+#!/usr/bin/perl
#
# $Id: list_fields.perl,v 1.5 2000/07/14 17:03:37 abe Exp $
#
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# $Id: shared.perl5,v 1.4 2001/11/18 12:20:46 abe Exp $
#
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# watch_a_file.perl -- use lsof -F output to watch a specific file
# (or file system)