rpms/moodle/EL-4 moodle-cron,1.3,1.4 moodle.spec,1.19,1.20

Jon Ciesla limb at fedoraproject.org
Mon Feb 23 19:04:34 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/moodle/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25411/EL-4

Modified Files:
	moodle-cron moodle.spec 
Log Message:
Fixed cron.



Index: moodle-cron
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/EL-4/moodle-cron,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- moodle-cron	7 Nov 2008 18:19:41 -0000	1.3
+++ moodle-cron	23 Feb 2009 19:04:04 -0000	1.4
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-[ -f /var/lock/subsys/moodle ] && [ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php
+[ -f /var/lock/subsys/httpd ] && /usr/bin/php /var/www/moodle/web/admin/cron.php


Index: moodle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moodle/EL-4/moodle.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- moodle.spec	13 Feb 2009 14:41:29 -0000	1.19
+++ moodle.spec	23 Feb 2009 19:04:04 -0000	1.20
@@ -7,7 +7,7 @@
 
 Name:           moodle
 Version:        1.8.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Course Management System
 
 Group:          Applications/Publishing
@@ -1652,6 +1652,9 @@
 %{_sbindir}/%{name}-cron
 
 %changelog
+* Mon Feb 23 2009 Jon Ciesla <limb at jcomserv.net> - 1.8.8-2
+- Fixed cron.
+
 * Tue Feb 10 2009 Jon Ciesla <limb at jcomserv.net> - 1.8.8-1
 - Update to 1.8.8. to fix CVE-2009-0499,0500,0501,0502.
 - Backported some fonts fixes.




More information about the scm-commits mailing list