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 openpkg-web Date: 04-Apr-2003 10:22:42
Branch: HEAD Handle: 2003040409224101
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
make apache.vhost a noreplace config
Summary:
Revision Changes Path
1.129 +3 -2 openpkg-src/apache/apache.spec
1.3946 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.128 -r1.129 apache.spec
--- openpkg-src/apache/apache.spec 28 Mar 2003 09:59:17 -0000 1.128
+++ openpkg-src/apache/apache.spec 4 Apr 2003 08:22:42 -0000 1.129
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030328
+Release: 20030404
# package options (suexec related)
%option with_suexec yes
@@ -876,7 +876,8 @@
'%config %{l_prefix}/etc/apache/ssl.key/*.key' \
'%config %{l_prefix}/etc/apache/ssl.prm/*.prm' \
%endif
- '%config %attr(444,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/apache/apache.base'
+ '%config %attr(444,%{l_musr},%{l_mgrp}) %{l_prefix}/etc/apache/apache.base'
\
+ '%config(noreplace) %attr(444,%{l_musr},%{l_mgrp})
%{l_prefix}/etc/apache/apache.vhost'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3945 -r1.3946 news.txt
--- openpkg-web/news.txt 4 Apr 2003 07:31:13 -0000 1.3945
+++ openpkg-web/news.txt 4 Apr 2003 08:22:41 -0000 1.3946
@@ -1,3 +1,4 @@
+04-Apr-2003: Upgraded package: P<apache-1.3.27-20030404>
04-Apr-2003: Upgraded package: P<strace-4.4.94-20030404>
04-Apr-2003: Upgraded package: P<perl-util-20030404-20030404>
04-Apr-2003: Upgraded package: P<cvsps-2.0b10-20030404>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]