diff -Nur -x '*.orig' -x '*.rej' smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas --- smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas 2010-01-24 00:20:09.000000000 -0600 +++ mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas 2010-01-24 00:17:26.000000000 -0600 @@ -9,7 +9,7 @@ my $agendatime = $horde{agendatime} || "5"; if ($agendatime <= "24") { - $OUT .= "0 $agendatime * * * root /usr/bin/php -q /home/httpd/html/horde/kronolith/scripts/reminders.php"; + $OUT .= "0 $agendatime * * * www /usr/bin/php -q /home/httpd/html/horde/kronolith/scripts/reminders.php"; } else { $OUT .= "# disabled - horde daily agendatime value of $horde{agendatime} is greater than 24. Value needs to be 0 - 24\n"; } diff -Nur -x '*.orig' -x '*.rej' smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders --- smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders 2010-01-24 00:20:09.000000000 -0600 +++ mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders 2010-01-24 00:17:36.000000000 -0600 @@ -10,7 +10,7 @@ my $remindertime = $horde{remindertime} || "5"; - $OUT .="*/$remindertime * * * * root /usr/bin/php -q /home/httpd/html/horde/scripts/alarms.php"; + $OUT .="*/$remindertime * * * * www /usr/bin/php -q /home/httpd/html/horde/scripts/alarms.php"; } else { $OUT .= "# disabled\n"; }