OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Jun-2004 23:33:19
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/apache apache.spec
Log:
backout incorrect hack: printenv outputs text/plain document so it is
incorrect to include HTML tags
Summary:
Revision Changes Path
1.240 +0 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.239 -r1.240 apache.spec
--- openpkg-src/apache/apache.spec 23 Jun 2004 08:10:52 -0000 1.239
+++ openpkg-src/apache/apache.spec 25 Jun 2004 21:33:18 -0000 1.240
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20040623
+Release: 20040625
# package options (suexec related)
%option with_suexec yes
@@ -490,11 +490,6 @@
-e 's;"Unix";"%{l_openpkg_release -F "OpenPKG/%%s"}";g' \
apache_%{V_apache}/src/os/unix/os.h
- # beautify printenv output
- %{l_shtool} subst \
- -e 's;"\\n";"<br>\\n";g' \
- apache_%{V_apache}/cgi-bin/printenv
-
# unpack optional extension modules
%if "%{with_mod_ssl}" == "yes"
%setup -q -T -D -a 1
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]