diff -ruN -x Makefile.in -x configure -x *~ apache_1.3.9.orig/cgi-bin/printenv apache_1.3.9/cgi-bin/printenv
--- apache_1.3.9.orig/cgi-bin/printenv	Sun Dec  8 21:51:57 1996
+++ apache_1.3.9/cgi-bin/printenv	Tue Aug 31 03:54:37 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 print "Content-type: text/html\n\n";
 while (($key, $val) = each %ENV) {
diff -ruN -x Makefile.in -x configure -x *~ apache_1.3.9.orig/src/support/dbmmanage apache_1.3.9/src/support/dbmmanage
--- apache_1.3.9.orig/src/support/dbmmanage	Fri Jan  1 13:05:33 1999
+++ apache_1.3.9/src/support/dbmmanage	Tue Aug 31 03:54:25 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # ====================================================================
 # Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
diff -ruN -x Makefile.in -x configure -x *~ apache_1.3.9.orig/src/support/log_server_status apache_1.3.9/src/support/log_server_status
--- apache_1.3.9.orig/src/support/log_server_status	Fri Jun  4 10:54:19 1999
+++ apache_1.3.9/src/support/log_server_status	Tue Aug 31 03:54:31 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # ====================================================================
 # Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
diff -ruN -x Makefile.in -x configure -x *~ apache_1.3.9.orig/src/support/phf_abuse_log.cgi apache_1.3.9/src/support/phf_abuse_log.cgi
--- apache_1.3.9.orig/src/support/phf_abuse_log.cgi	Tue Oct  8 16:14:49 1996
+++ apache_1.3.9/src/support/phf_abuse_log.cgi	Tue Aug 31 03:54:56 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # This script can be used to detect people trying to abuse the security hole which
 # existed in A CGI script direstributed with Apache 1.0.3 and earlier versions.
