]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- scripts moved out of htdocs area
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 22 Feb 2005 19:19:50 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mail-download.cron -> 1.2
    eventum-mail-queue.cron -> 1.3
    eventum-monitor.cron -> 1.3
    eventum-reminder.cron -> 1.2

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

index af16cefc4b9949f947828789423b33e1d7c8d8cb..0494a04781e28cde1b0e451a0660b4d5c937d28b 100644 (file)
@@ -11,6 +11,6 @@ MAILTO=root
 # 
 # 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 e0c7b6e6bbcb68aeb20b4cb01aa29dd5724d4e12..0957d111926674a8fa284688220fcd4b8196a3cc 100644 (file)
@@ -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 f5db0ab11ccd3e5890308d5df74a31f301dbbb08..267fb57354c9907ecc4e983a0fb803f5e4f094df 100644 (file)
@@ -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 8d286955e94654daa300b1144ac42874bbc4dafd..daae789e4afd9c17d9ad052986ed97f6665ad025 100644 (file)
@@ -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
This page took 0.045567 seconds and 4 git commands to generate.