[packages/eventum/dev-3.0] update paths in cron files
glen
glen at pld-linux.org
Thu Feb 5 21:32:23 CET 2015
commit 68a43b9bafcf9d4869e2e0f72f16f8948876064f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Feb 5 22:31:33 2015 +0200
update paths in cron files
eventum-mail-download.cron | 2 +-
eventum-mail-queue.cron | 2 +-
eventum-monitor.cron | 2 +-
eventum-reminder.cron | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/eventum-mail-download.cron b/eventum-mail-download.cron
index 1108e78..fcf2e7e 100644
--- a/eventum-mail-download.cron
+++ b/eventum-mail-download.cron
@@ -11,4 +11,4 @@ MAILTO=root
#
# Administration >>> Manage Email Accounts
-#0 * * * * http exec /usr/share/eventum/crons/download_emails.php username_here mail.domain.com INBOX
+#0 * * * * http exec /usr/share/eventum/bin/download_emails.php username_here mail.domain.com INBOX
diff --git a/eventum-mail-queue.cron b/eventum-mail-queue.cron
index 14ebfd6..b164f8f 100644
--- a/eventum-mail-queue.cron
+++ b/eventum-mail-queue.cron
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-* * * * * http exec /usr/share/eventum/crons/process_mail_queue.php
+* * * * * http exec /usr/share/eventum/bin/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,
diff --git a/eventum-monitor.cron b/eventum-monitor.cron
index 7f86300..e84da5f 100644
--- a/eventum-monitor.cron
+++ b/eventum-monitor.cron
@@ -2,4 +2,4 @@
# report status to root
MAILTO=root
-*/10 * * * * http exec /usr/share/eventum/crons/monitor.php -q
+*/10 * * * * http exec /usr/share/eventum/bin/monitor.php -q
diff --git a/eventum-reminder.cron b/eventum-reminder.cron
index d300701..c0ade5a 100644
--- a/eventum-reminder.cron
+++ b/eventum-reminder.cron
@@ -2,7 +2,7 @@
# bounce messages back to root
MAILTO=root
-*/10 * * * * http exec /usr/share/eventum/crons/check_reminders.php
+*/10 * * * * http exec /usr/share/eventum/bin/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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/68a43b9bafcf9d4869e2e0f72f16f8948876064f
More information about the pld-cvs-commit
mailing list