Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Quagga: Dev
[PATCH 1/6] tools: use standard interpreter path in all Perl scripts
 

Index | Next | Previous | View Flat


david.ward at ll

Apr 29, 2012, 1:47 PM


Views: 113
Permalink
[PATCH 1/6] tools: use standard interpreter path in all Perl scripts

Signed-off-by: David Ward <david.ward [at] ll>
---
tools/rrcheck.pl | 2 +-
tools/rrlookup.pl | 2 +-
tools/zc.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/rrcheck.pl b/tools/rrcheck.pl
index 5e5a983..1131356 100644
--- a/tools/rrcheck.pl
+++ b/tools/rrcheck.pl
@@ -1,4 +1,4 @@
-#! /bin/perl
+#!/usr/bin/perl
##
## Read BGPd logfile and lookup RR's whois database.
##
diff --git a/tools/rrlookup.pl b/tools/rrlookup.pl
index 2c14e73..4837538 100644
--- a/tools/rrlookup.pl
+++ b/tools/rrlookup.pl
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/perl
##
## Read BGPd logfile and lookup RR's whois database.
##
diff --git a/tools/zc.pl b/tools/zc.pl
index 026e8fe..3afe282 100755
--- a/tools/zc.pl
+++ b/tools/zc.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
##
## Zebra interactive console
## Copyright (C) 2000 Vladimir B. Grebenschikov <vova [at] express>
--
1.7.1

_______________________________________________
Quagga-dev mailing list
Quagga-dev [at] lists
http://lists.quagga.net/mailman/listinfo/quagga-dev

Subject User Time
[PATCH 1/6] tools: use standard interpreter path in all Perl scripts david.ward at ll Apr 29, 2012, 1:47 PM
    Re: [PATCH 1/6] tools: use standard interpreter path in all Perl scripts gdt at ir Apr 29, 2012, 2:13 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.