[packages/molly-guard] run.d files need to be executable for run-parts to consider them!
glen
glen at pld-linux.org
Thu Mar 6 20:46:38 CET 2014
commit 7890848a0a10b862c43b39de947a5ac621b0ef8a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Mar 6 21:40:46 2014 +0200
run.d files need to be executable for run-parts to consider them!
molly-guard.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/molly-guard.spec b/molly-guard.spec
index 90b20a8..73e1904 100644
--- a/molly-guard.spec
+++ b/molly-guard.spec
@@ -1,7 +1,7 @@
Summary: protects machines from accidental shutdowns/reboots
Name: molly-guard
Version: 0.4.5
-Release: 0.2
+Release: 0.3
License: Artistic Licence 2.0
Group: Applications/System
Source0: http://ftp.debian.org/debian/pool/main/m/molly-guard/%{name}_%{version}.orig.tar.gz
@@ -65,7 +65,7 @@ rm -fr $RPM_BUILD_ROOT
%config(noreplace) %verify(not md5 mtime size) /etc/profile.d/molly-guard.sh
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/run.d
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/run.d/*
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/run.d/*
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/rc
%attr(755,root,root) %{_sbindir}/halt
%attr(755,root,root) %{_sbindir}/poweroff
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/molly-guard.git/commitdiff/f43237d132d9f033ec58129068c36cc789ab4e32
More information about the pld-cvs-commit
mailing list