rpms/moodle/devel moodle-cron,1.2,1.3 moodle.spec,1.31,1.32

Jon Ciesla limb at fedoraproject.org
Fri Oct 31 14:32:52 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/moodle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8075

Modified Files:
	moodle-cron moodle.spec 
Log Message:
BZ 468929.



Index: moodle-cron
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/devel/moodle-cron,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- moodle-cron	25 Jul 2007 18:30:16 -0000	1.2
+++ moodle-cron	31 Oct 2008 14:32:22 -0000	1.3
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-[ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php
+[ -f /var/lock/subsys/moodle ] && [ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php


Index: moodle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/devel/moodle.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- moodle.spec	24 Oct 2008 13:39:14 -0000	1.31
+++ moodle.spec	31 Oct 2008 14:32:22 -0000	1.32
@@ -7,7 +7,7 @@
 
 Name:           moodle
 Version:        1.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -1645,6 +1645,9 @@
 %{_sbindir}/%{name}-cron
 
 %changelog
+* Fri Oct 31 2008 Jon Ciesla <limb at jcomserv.net> - 1.9.3-2
+- Fix for BZ 468929, overactive cron job.
+
 * Wed Oct 22 2008 Jon Ciesla <limb at jcomserv.net> - 1.9.3-1
 - Updated to 1.9.3.
 - Updated language packs to 22 Oct 2008 versions.




More information about the scm-commits mailing list