]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- chdir unneccessary
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Mar 2006 16:20:13 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mail-download.cron -> 1.5
    eventum-mail-queue.cron -> 1.6
    eventum-monitor.cron -> 1.6
    eventum-reminder.cron -> 1.5

eventum-mail-download.cron
eventum-mail-queue.cron
eventum-monitor.cron
eventum-reminder.cron

index 669c77359bb95c5a34bd9b076176f2a1a7d5b62e..ba4091f3537eb0b7b40cb2d68a19dcd309f1d05b 100644 (file)
@@ -11,6 +11,6 @@ MAILTO=root
 #
 # Administration >>> Manage Email Accounts
 
-#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php download_emails.php username_here mail.domain.com INBOX
+#0 * * * * eventum /usr/share/eventum/download_emails.php username_here mail.domain.com INBOX
 
 # vim:syn=crontab
index 597601176b172876ceb5a7d8b52e60b7d11518b3..b22cd34d1c97bbd2f05e1b3542fbef931613c281 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * eventum cd /usr/share/eventum && /usr/bin/php process_mail_queue.php
+* * * * * eventum /usr/share/eventum/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 e6f9b2f70215d286688403ebce10fb8ca8346c23..f78b83c275e7392b8829590df4690d90f4285a52 100644 (file)
@@ -2,6 +2,6 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php monitor.php
+*/10 * * * * eventum /usr/share/eventum/monitor.php
 
 # vim:syn=crontab
index 45f506e5f6d20c6d376cdfbea3816ab09752a4c4..f0d26c14f7353a5b435b0eb2b7f99463501b2e04 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php check_reminders.php
+*/10 * * * * eventum /usr/share/eventum/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
This page took 0.13152 seconds and 4 git commands to generate.