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: 05-Aug-2003 15:41:46
Branch: OPENPKG_1_STABLE HEAD Handle: 2003080514414402
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/mysql mysql.spec
Log:
MFC: use static permissions for static dir, adjust permissions of
dynamically created data only
Summary:
Revision Changes Path
1.49.2.7 +4 -3 openpkg-src/mysql/mysql.spec
1.6037 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.49.2.6 -r1.49.2.7 mysql.spec
--- openpkg-src/mysql/mysql.spec 1 Aug 2003 10:53:46 -0000 1.49.2.6
+++ openpkg-src/mysql/mysql.spec 5 Aug 2003 13:41:46 -0000 1.49.2.7
@@ -39,7 +39,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 1.20030801
+Release: 1.20030805
# package options
%option with_berkeleydb yes
@@ -178,7 +178,8 @@
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/mysql/my.cnf' \
- '%config %{l_prefix}/etc/mysql/my.pwd'
+ '%config %{l_prefix}/etc/mysql/my.pwd' \
+ '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/mysql'
%files -f files
@@ -200,7 +201,7 @@
chown %{l_rusr}:%{l_rgrp} \
$RPM_INSTALL_PREFIX/etc/mysql/my.cnf \
$RPM_INSTALL_PREFIX/etc/mysql/my.pwd
- chown -R %{l_rusr}:%{l_rgrp} $RPM_INSTALL_PREFIX/var/mysql/
+ chown -R %{l_rusr}:%{l_rgrp} $RPM_INSTALL_PREFIX/var/mysql/*
( echo "The MySQL package includes automated maintenance procedures"
echo "that require administrator access to the database. For this"
echo "to work you must keep a copy (plain text) of the administrator"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6036 -r1.6037 news.txt
--- openpkg-web/news.txt 5 Aug 2003 13:37:36 -0000 1.6036
+++ openpkg-web/news.txt 5 Aug 2003 13:41:44 -0000 1.6037
@@ -1,3 +1,4 @@
+05-Aug-2003: Upgraded package: P<mysql-4.0.14-1.20030805>
05-Aug-2003: Upgraded package: P<mysql3-3.23.57-20030805>
05-Aug-2003: Upgraded package: P<mysql-4.0.14-20030805>
05-Aug-2003: New package: P<sophie-3.03-20030805>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]