diff options
Diffstat (limited to 'databases/mysqlard/files/pkg-message.in')
-rw-r--r-- | databases/mysqlard/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysqlard/files/pkg-message.in b/databases/mysqlard/files/pkg-message.in index 72ccc0f3e11e..d00fd34602cc 100644 --- a/databases/mysqlard/files/pkg-message.in +++ b/databases/mysqlard/files/pkg-message.in @@ -8,7 +8,7 @@ mysql> FLUSH PRIVILEGES; 2) Add the mysqlard crontab to root's crontab: -*/5 * * * * hourly=1 daily=1 weekly=1 monthly=1 \ +*/5 * * * * /usr/bin/env hourly=1 daily=1 weekly=1 monthly=1 \ %%PREFIX%%/bin/mysqlar_graph > /dev/null 3) Add a line like this to your apache's httpd.conf: |