diff -Nur -x '*.orig' -x '*.rej' smeserver-moodle-1.0/root/etc/e-smith/templates/etc/crontab/30moodle mezzanine_patched_smeserver-moodle-1.0/root/etc/e-smith/templates/etc/crontab/30moodle --- smeserver-moodle-1.0/root/etc/e-smith/templates/etc/crontab/30moodle 2007-07-06 05:45:42.000000000 -0600 +++ mezzanine_patched_smeserver-moodle-1.0/root/etc/e-smith/templates/etc/crontab/30moodle 2007-09-01 18:54:02.000000000 -0600 @@ -1,10 +1,10 @@ -{ - my $status = $moodle{'status'} || "disabled"; - return "# moodle is disabled \n" - unless $status eq 'enabled'; - - $OUT = ""; - $OUT .= "# moodle called each 5 minutes\n"; - $OUT .= "*/5 * * * * root /usr/bin/php /opt/moodle/html/admin/cron.php >/dev/nul\n"; - -} \ No newline at end of file +{ + my $status = $moodle{'status'} || "disabled"; + return "# moodle is disabled \n" + unless $status eq 'enabled'; + + $OUT = ""; + $OUT .= "# moodle called each 5 minutes\n"; + $OUT .= "*/5 * * * * root /usr/bin/php /opt/moodle/html/admin/cron.php >/dev/null\n"; + +}