Author: glen Date: Mon Jan 4 13:07:18 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix migration triggers from other crontabs - update todo - rel 2
---- Files affected: packages/cronie: cronie.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: packages/cronie/cronie.spec diff -u packages/cronie/cronie.spec:1.24 packages/cronie/cronie.spec:1.25 --- packages/cronie/cronie.spec:1.24 Tue Nov 17 11:02:09 2009 +++ packages/cronie/cronie.spec Mon Jan 4 14:07:13 2010 @@ -2,9 +2,6 @@ # TODO # - update paths in manuals (create .in files and send upstream) # - make /etc/pam.d independant of sysconfdir (configure-able option and send upstream) -# - https://fedorahosted.org/cronie/changeset/272c4a5c417bfa6e04148fc35a4fe4c6956b17e1 -# should we follow it too? our pam contains cron.{allow,deny} listfile rules, -# cronie itself checks these files so safe to drop? # # Conditional build: %bcond_without inotify # without inotify support @@ -19,7 +16,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.3 -Release: 1 +Release: 2 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz @@ -160,18 +157,15 @@ %groupremove crontab fi -%triggerpostun -- hc-cron -# reinstall crond init.d links, which could be different -/sbin/chkconfig --del crond -/sbin/chkconfig --add crond - -%triggerun -- vixie-cron +%triggerun -- hc-cron,fcron,vixie-cron # Prevent preun from crond from working chmod a-x /etc/rc.d/init.d/crond -%triggerpostun -- vixie-cron +%triggerpostun -- hc-cron,fcron,vixie-cron # Restore what triggerun removed chmod 754 /etc/rc.d/init.d/crond +# reinstall crond init.d links, which could be different +/sbin/chkconfig --del crond /sbin/chkconfig --add crond %files @@ -211,6 +205,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2010/01/04 13:07:13 glen +- fix migration triggers from other crontabs +- update todo +- rel 2 + Revision 1.24 2009/11/17 10:02:09 glen - status --pidfile dep in initscript ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
