/[smecontribs]/rpms/smeserver-kronolith/contribs8/smeserver-kronolith_reminders_agendas_owner.patch
ViewVC logotype

Contents of /rpms/smeserver-kronolith/contribs8/smeserver-kronolith_reminders_agendas_owner.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jul 8 15:01:07 2010 UTC (13 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-kronolith-2_2-13_el5_sme, smeserver-kronolith-2_2-14_el5_sme, HEAD
Import for sme8

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 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed