[packages/tmpwatch] fix cron.d file permission

glen glen at pld-linux.org
Thu Jan 31 12:01:52 CET 2013


commit fa06781f841e0a8d2ce5d3644c8bf91c461fc6a9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jan 31 13:00:26 2013 +0200

    fix cron.d file permission
    
    /usr/sbin/crond[4842]: (root) BAD FILE MODE (/etc/cron.d/tmpwatch)

 tmpwatch.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tmpwatch.spec b/tmpwatch.spec
index 4244c92..71d6b30 100644
--- a/tmpwatch.spec
+++ b/tmpwatch.spec
@@ -11,7 +11,7 @@ Summary(ru.UTF-8):	Утилита удаления файлов по крите
 Summary(uk.UTF-8):	Утиліта видалення файлів за критерієм давності останнього доступу
 Name:		tmpwatch
 Version:	2.11
-Release:	3
+Release:	4
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2
@@ -136,6 +136,6 @@ fi
 %attr(755,root,root) %{_sbindir}/tmpwatch
 %attr(755,root,root) %{_prefix}/lib/tmpwatch
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/tmpwatch/*.conf
-%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/tmpwatch
 %{_mandir}/man8/tmpwatch.8*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tmpwatch.git/commitdiff/fa06781f841e0a8d2ce5d3644c8bf91c461fc6a9



More information about the pld-cvs-commit mailing list