1 |
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 |
2 |
--- smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas 2010-01-24 00:20:09.000000000 -0600 |
3 |
+++ mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordeagendas 2010-01-24 00:17:26.000000000 -0600 |
4 |
@@ -9,7 +9,7 @@ |
5 |
my $agendatime = $horde{agendatime} || "5"; |
6 |
if ($agendatime <= "24") |
7 |
{ |
8 |
- $OUT .= "0 $agendatime * * * root /usr/bin/php -q /home/httpd/html/horde/kronolith/scripts/reminders.php"; |
9 |
+ $OUT .= "0 $agendatime * * * www /usr/bin/php -q /home/httpd/html/horde/kronolith/scripts/reminders.php"; |
10 |
} else { |
11 |
$OUT .= "# disabled - horde daily agendatime value of $horde{agendatime} is greater than 24. Value needs to be 0 - 24\n"; |
12 |
} |
13 |
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 |
14 |
--- smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders 2010-01-24 00:20:09.000000000 -0600 |
15 |
+++ mezzanine_patched_smeserver-kronolith-2.2/root/etc/e-smith/templates/etc/crontab/hordereminders 2010-01-24 00:17:36.000000000 -0600 |
16 |
@@ -10,7 +10,7 @@ |
17 |
|
18 |
my $remindertime = $horde{remindertime} || "5"; |
19 |
|
20 |
- $OUT .="*/$remindertime * * * * root /usr/bin/php -q /home/httpd/html/horde/scripts/alarms.php"; |
21 |
+ $OUT .="*/$remindertime * * * * www /usr/bin/php -q /home/httpd/html/horde/scripts/alarms.php"; |
22 |
} else { |
23 |
$OUT .= "# disabled\n"; |
24 |
} |