OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Apr-2008 18:08:54
Branch: HEAD Handle: 2008041217085300
Modified files:
openpkg-src/rsync rsync.conf rsync.spec
Log:
fix default config and file permissions on rsync.passwd file
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-src/rsync/rsync.conf
1.96 +4 -2 openpkg-src/rsync/rsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.conf
============================================================================
$ cvs diff -u -r1.5 -r1.6 rsync.conf
--- openpkg-src/rsync/rsync.conf 8 Nov 2006 08:36:12 -0000 1.5
+++ openpkg-src/rsync/rsync.conf 12 Apr 2008 16:08:53 -0000 1.6
@@ -17,7 +17,7 @@
read only = yes
ignore nonreadable = yes
transfer logging = yes
-out format = "%o %h [%a] %m (%u) %f %l"
+log format = "%o %h [%a] %m (%u) %f %l"
dont compress = *.bz2 *.gz *.zip *.z *.rpm *.deb *.tgz *.iso
list = no
uid = @l_nusr@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 rsync.spec
--- openpkg-src/rsync/rsync.spec 9 Apr 2008 05:44:17 -0000 1.95
+++ openpkg-src/rsync/rsync.spec 12 Apr 2008 16:08:53 -0000 1.96
@@ -32,7 +32,7 @@
Group: Filesystem
License: GPL
Version: 3.0.2
-Release: 20080409
+Release: 20080412
# package options
%option with_iconv no
@@ -131,7 +131,9 @@
# determine binary package files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
- %{l_files_std} '%config %{l_prefix}/etc/rsync/rsync.*'
+ %{l_files_std} \
+ '%config %{l_prefix}/etc/rsync/rsync.*' \
+ '%attr(600,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/rsync/rsync.passwd'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]