]> git.pld-linux.org Git - packages/tmpwatch.git/commitdiff
fix cron.d file permission auto/ac/tmpwatch-2.11-4 auto/th/tmpwatch-2.11-4
authorElan Ruusamäe <glen@delfi.ee>
Thu, 31 Jan 2013 11:00:26 +0000 (13:00 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 31 Jan 2013 11:00:26 +0000 (13:00 +0200)
/usr/sbin/crond[4842]: (root) BAD FILE MODE (/etc/cron.d/tmpwatch)

tmpwatch.spec

index 4244c92d2f0092590f32a91e3a4ba64d2858568a..71d6b3092f32903640b84e37d805bfdaad77a22e 100644 (file)
@@ -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*
This page took 0.091981 seconds and 4 git commands to generate.