~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/patches/004_usr_bin_perl_0wnz_j00

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- apache2-2.0.25+cvs-20010908/apache2/docs/cgi-examples/printenv.orig Fri Sep 21 17:31:24 2001
2
 
+++ apache2-2.0.25+cvs-20010908/apache2/docs/cgi-examples/printenv      Fri Sep 21 17:31:29 2001
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 004_usr_bin_perl_0wnz_j00 by Adam Conrad <adconrad@0c3.net>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Call /usr/bin/perl in printenv, not /usr/local/bin/perl
 
6
 
 
7
@DPATCH@
 
8
--- apache2/docs/cgi-examples/printenv.orig     Fri Sep 21 17:31:24 2001
 
9
+++ apache2/docs/cgi-examples/printenv  Fri Sep 21 17:31:29 2001
3
10
@@ -1,4 +1,4 @@
4
11
-#!/usr/local/bin/perl
5
12
+#!/usr/bin/perl