projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2ff48
)
Fix script name.
author
Jan Schneider
<jan@horde.org>
Sun, 20 Dec 2009 22:30:56 +0000
(23:30 +0100)
committer
Jan Schneider
<jan@horde.org>
Sun, 20 Dec 2009 22:30:56 +0000
(23:30 +0100)
kronolith/docs/INSTALL
patch
|
blob
|
history
diff --git
a/kronolith/docs/INSTALL
b/kronolith/docs/INSTALL
index
61eb0f6
..
b60d0ba
100644
(file)
--- a/
kronolith/docs/INSTALL
+++ b/
kronolith/docs/INSTALL
@@
-202,8
+202,8
@@
Configuring Kronolith
``kronolith/scripts/agenda.php``, and running the job once a day is
recommended, e.g. at 2 a.m.::
- # Kronolith
reminders
- 0 2 * * * /usr/bin/php /var/www/horde/kronolith/scripts/
reminders
.php
+ # Kronolith
agenda
+ 0 2 * * * /usr/bin/php /var/www/horde/kronolith/scripts/
agenda
.php
Replace ``/usr/bin/php`` with the path to your PHP CLI and
``/var/www/horde/kronolith`` with the path to your Kronolith installation.