OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Aug-2003 09:29:40
Branch: HEAD Handle: 2003081908293802
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
fixed permissions for dynamic updates/journals
Summary:
Revision Changes Path
1.75 +6 -3 openpkg-src/bind/bind.spec
1.6225 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 bind.spec
--- openpkg-src/bind/bind.spec 18 Aug 2003 07:44:15 -0000 1.74
+++ openpkg-src/bind/bind.spec 19 Aug 2003 07:29:40 -0000 1.75
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030818
+Release: 20030819
# package options
%option with_dlz_mysql no
@@ -229,8 +229,11 @@
# determine the installed files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%config %{l_prefix}/etc/bind/*.conf' \
- '%config %{l_prefix}/etc/bind/named.db/*' \
+ '%config %attr(600,%{l_susr},%{l_sgrp}) %{l_prefix}/etc/bind/*.conf' \
+ '%config %attr(600,%{l_susr},%{l_sgrp}) %{l_prefix}/etc/bind/named.db/*' \
+ '%config %attr(700,%{l_susr},%{l_sgrp})
%{l_prefix}/etc/bind/named.db/db.root.sh' \
+ '%dir %attr(700,%{l_susr},%{l_sgrp}) %{l_prefix}/etc/bind' \
+ '%dir %attr(700,%{l_susr},%{l_sgrp}) %{l_prefix}/etc/bind/named.db' \
'%dir %attr(-,%{l_susr},%{l_mgrp}) %{l_prefix}/var/bind'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6224 -r1.6225 news.txt
--- openpkg-web/news.txt 19 Aug 2003 06:49:01 -0000 1.6224
+++ openpkg-web/news.txt 19 Aug 2003 07:29:38 -0000 1.6225
@@ -1,3 +1,4 @@
+19-Aug-2003: Upgraded package: P<bind-9.2.2-20030819>
19-Aug-2003: Upgraded package: P<dialog-0.9b.20030818-20030819>
19-Aug-2003: Upgraded package: P<teapop-0.3.7-20030819>
18-Aug-2003: Upgraded package: P<kde-qt-3.1.2-20030818>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]