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:37:38
  Branch: HEAD                             Handle: 2003080514373602

  Modified files:
    openpkg-src/mysql3      mysql3.spec
    openpkg-web             news.txt

  Log:
    use static permissions for static dir, adjust permissions of
    dynamically created data only

  Summary:
    Revision    Changes     Path
    1.19        +4  -3      openpkg-src/mysql3/mysql3.spec
    1.6036      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql3/mysql3.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 mysql3.spec
  --- openpkg-src/mysql3/mysql3.spec    4 Aug 2003 08:37:40 -0000       1.18
  +++ openpkg-src/mysql3/mysql3.spec    5 Aug 2003 13:37:38 -0000       1.19
  @@ -37,7 +37,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20030804
  +Release:      20030805
   
   #   package options
   %option       with_berkeleydb  yes
  @@ -207,7 +207,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
   
  @@ -221,7 +222,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.6035 -r1.6036 news.txt
  --- openpkg-web/news.txt      5 Aug 2003 13:28:01 -0000       1.6035
  +++ openpkg-web/news.txt      5 Aug 2003 13:37:36 -0000       1.6036
  @@ -1,3 +1,4 @@
  +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>
   05-Aug-2003: Upgraded package: P<sav-2.14-20030805>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to