OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Oct-2003 16:03:42
Branch: HEAD Handle: 2003100715034002
Modified files:
openpkg-src/mico mico.spec
openpkg-web news.txt
Log:
Reduce privileges on var, since the associated group (except for the
process owner) doesn't need to write here
Summary:
Revision Changes Path
1.52 +2 -2 openpkg-src/mico/mico.spec
1.6899 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 mico.spec
--- openpkg-src/mico/mico.spec 29 Aug 2003 11:34:30 -0000 1.51
+++ openpkg-src/mico/mico.spec 7 Oct 2003 14:03:42 -0000 1.52
@@ -33,7 +33,7 @@
Group: System
License: LGPL/GPL
Version: 2.3.10
-Release: 20030819
+Release: 20031007
# package options
%option with_ssl no
@@ -196,7 +196,7 @@
# generate files listing
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
- '%attr(775,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/mico'
+ '%attr(755,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/mico'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6898 -r1.6899 news.txt
--- openpkg-web/news.txt 7 Oct 2003 10:48:58 -0000 1.6898
+++ openpkg-web/news.txt 7 Oct 2003 14:03:40 -0000 1.6899
@@ -1,3 +1,4 @@
+07-Oct-2003: Upgraded package: P<mico-2.3.10-20031007>
07-Oct-2003: Upgraded package: P<apache-1.3.28-20031007>
07-Oct-2003: Upgraded package: P<tar-1.13.25-20031007>
07-Oct-2003: Upgraded package: P<gzip-1.3.5-20031007>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]