OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Jun-2004 14:27:30
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/apache apache.spec
Log:
beautify printenv output
Summary:
Revision Changes Path
1.238 +0 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.237 -r1.238 apache.spec
--- openpkg-src/apache/apache.spec 18 Jun 2004 11:13:58 -0000 1.237
+++ openpkg-src/apache/apache.spec 21 Jun 2004 12:27:30 -0000 1.238
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20040618
+Release: 20040621
# package options (suexec related)
%option with_suexec yes
@@ -490,6 +490,11 @@
-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]