rpms/vixie-cron/F-8 vixie-cron.spec,1.111,1.112

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Feb 12 13:09:54 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/vixie-cron/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4852

Modified Files:
	vixie-cron.spec 
Log Message:
Forgot change the permission on /etc/cron.d.



Index: vixie-cron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vixie-cron/F-8/vixie-cron.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- vixie-cron.spec	30 Jan 2008 15:27:28 -0000	1.111
+++ vixie-cron.spec	12 Feb 2008 13:09:15 -0000	1.112
@@ -10,7 +10,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times
 Name: vixie-cron
 Version: 4.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 4
 License: BSD
 Group: System Environment/Base
@@ -107,7 +107,6 @@
 
 %post
 /sbin/chkconfig --add crond
-#[ ! -f /etc/cron.allow ] && [ ! -f /etc/cron.deny ] && touch /etc/cron.deny ||:;
  
 %preun
 if [ $1 = 0 ]; then
@@ -133,7 +132,7 @@
 %{_mandir}/man5/crontab.*
 %{_mandir}/man1/crontab.*
 %attr(700,root,root) %dir %{_localstatedir}/spool/cron
-%attr(700,root,root) %dir %{_sysconfdir}/cron.d
+%attr(755,root,root) %dir %{_sysconfdir}/cron.d
 %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/crond
 %if %{WITH_PAM}   
 	%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/crond
@@ -143,6 +142,9 @@
 %doc %{_datadir}/doc/cron/*
 
 %changelog
+* Tue Feb 12 2008 Marcela Maslanova <mmaslano at redhat.com> - 4:4.2-8
+- 426004 forgot change the permission on /etc/cron.d/ 
+
 * Mon Jan 28 2008 Marcela Maslanova <mmaslano at redhat.com> - 4:4.2-7
 - 426704 using get_default_context() instead of getseuserbyname
 




More information about the fedora-extras-commits mailing list