Author: glen Date: Tue Feb 22 19:19:55 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- scripts moved out of htdocs area
---- Files affected:
SOURCES:
eventum-mail-download.cron (1.1 -> 1.2) , eventum-mail-queue.cron (1.2 ->
1.3) , eventum-monitor.cron (1.2 -> 1.3) , eventum-reminder.cron (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/eventum-mail-download.cron
diff -u SOURCES/eventum-mail-download.cron:1.1
SOURCES/eventum-mail-download.cron:1.2
--- SOURCES/eventum-mail-download.cron:1.1 Mon Jan 17 12:40:48 2005
+++ SOURCES/eventum-mail-download.cron Tue Feb 22 20:19:50 2005
@@ -11,6 +11,6 @@
#
# Administration >>> Manage Email Accounts
-#0 * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q
download_emails.php username_here mail.domain.com INBOX
+#0 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php
username_here mail.domain.com INBOX
# vim:syn=crontab
================================================================
Index: SOURCES/eventum-mail-queue.cron
diff -u SOURCES/eventum-mail-queue.cron:1.2 SOURCES/eventum-mail-queue.cron:1.3
--- SOURCES/eventum-mail-queue.cron:1.2 Mon Jan 17 12:41:11 2005
+++ SOURCES/eventum-mail-queue.cron Tue Feb 22 20:19:50 2005
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-* * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q
process_mail_queue.php
+* * * * * http cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
# The above line will run the mail queue script every minute. To setup
# the SMTP server that Eventum should use to send these queued emails,
================================================================
Index: SOURCES/eventum-monitor.cron
diff -u SOURCES/eventum-monitor.cron:1.2 SOURCES/eventum-monitor.cron:1.3
--- SOURCES/eventum-monitor.cron:1.2 Tue Jan 25 22:45:05 2005
+++ SOURCES/eventum-monitor.cron Tue Feb 22 20:19:50 2005
@@ -2,6 +2,6 @@
# bounce messages back to root
MAILTO=root
-*/10 * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q monitor.php
+*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
# vim:syn=crontab
================================================================
Index: SOURCES/eventum-reminder.cron
diff -u SOURCES/eventum-reminder.cron:1.1 SOURCES/eventum-reminder.cron:1.2
--- SOURCES/eventum-reminder.cron:1.1 Tue Jan 18 15:24:31 2005
+++ SOURCES/eventum-reminder.cron Tue Feb 22 20:19:50 2005
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-*/10 * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q
check_reminders.php
+*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php
# It is recommended that you run the reminder cron job every 10 minutes,
# so it won't flood you with alerts too often, but it would still be
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-mail-download.cron?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/eventum-mail-queue.cron?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/eventum-monitor.cron?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/eventum-reminder.cron?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit