]> granicus.if.org Git - postgresql/commitdiff
/usr/local/bin/perl => /usr/bin/perl
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Sep 2001 11:41:04 +0000 (11:41 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Sep 2001 11:41:04 +0000 (11:41 +0000)
src/interfaces/perl5/examples/ApachePg.pl
src/interfaces/perl5/examples/example.newstyle
src/interfaces/perl5/examples/example.oldstyle
src/interfaces/perl5/test.pl
src/test/performance/runtests.pl

index 9bbfad7ad0d0f338cd0bee3b91e24b3170751514..c357cfab6ac3246986510b1d288096a61adedfa5 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
-# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
+# $Id: ApachePg.pl,v 1.2 2001/09/04 11:41:04 petere Exp $
 
 # demo script, tested with:
 #  - PostgreSQL-6.4
index 30538400333a575d46f8b28d60e2d0b289a4296d..e0aaf87f8bf043519fc2865bc7397f489fc51eb1 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
-# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
+# $Id: example.newstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
 
 ######################### globals
 
index 5c63ef8d657756480a2c2c89a4f77d652bfadc87..2c85bf37c5b8a1e58e8b105a93f70c1676e933d4 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
-# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
+# $Id: example.oldstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
 
 ######################### globals
 
index 9d64336a69896df28f56bdee5f703aebf998018d..7b31427308a830d5e5b68feb3e8b76770d929257 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
-# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
+# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
 
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl test.pl'
index 419b003328d2f9fb67e7a22fe0b45dac5c6b7916..1d0c53dd2803661ea3b3f0c19717c14cc48b4760 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 #
 # Accepts one argument - DBMS name (pgsql, ...) and initializes
 # global variable $TestDBMS with this name.