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: 07-Oct-2003 21:00:41
Branch: HEAD Handle: 2003100720004000
Modified files:
openpkg-src/apache apache.base apache.spec
Log:
add OpenPKG release branding
Summary:
Revision Changes Path
1.10 +1 -1 openpkg-src/apache/apache.base
1.173 +3 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.9 -r1.10 apache.base
--- openpkg-src/apache/apache.base 22 Sep 2003 11:45:29 -0000 1.9
+++ openpkg-src/apache/apache.base 7 Oct 2003 19:00:40 -0000 1.10
@@ -12,7 +12,7 @@
ServerRoot @l_prefix@
ServerAdmin root@@[EMAIL PROTECTED]@l_domainname@
ServerName @[EMAIL PROTECTED]@l_domainname@
-ServerTokens Prod
+ServerTokens Full
User @l_nusr@
Group @l_ngrp@
Port 80
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.172 -r1.173 apache.spec
--- openpkg-src/apache/apache.spec 7 Oct 2003 10:48:59 -0000 1.172
+++ openpkg-src/apache/apache.spec 7 Oct 2003 19:00:40 -0000 1.173
@@ -367,6 +367,9 @@
# unpack Apache distribution
%setup0 -q -c
%patch0 -p0
+ %{l_shtool} subst \
+ -e 's;"Unix";"%{l_openpkg_release -F "OpenPKG/%%s"}";g' \
+ apache_%{V_apache}/src/os/unix/os.h
# unpack optional extension modules
%if "%{with_mod_ssl}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]