diff options
author | jeh <jeh@FreeBSD.org> | 2004-12-05 03:13:05 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-12-05 03:13:05 +0800 |
commit | fd4713e6fe990857f1ab99b096e64263c1191cb7 (patch) | |
tree | 20c8437fd01bf99c66439ff48afced0319493ca1 /mail/qmrtg/pkg-message | |
parent | 9a89929a8d73fba9c41bfab68d8c2364f61b2868 (diff) | |
download | freebsd-ports-gnome-fd4713e6fe990857f1ab99b096e64263c1191cb7.tar.gz freebsd-ports-gnome-fd4713e6fe990857f1ab99b096e64263c1191cb7.tar.zst freebsd-ports-gnome-fd4713e6fe990857f1ab99b096e64263c1191cb7.zip |
fixes mail/qmrtg (BROKEN) problem while making package
PR: 74649
Submitted by: MAINTAINER
Diffstat (limited to 'mail/qmrtg/pkg-message')
-rw-r--r-- | mail/qmrtg/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmrtg/pkg-message b/mail/qmrtg/pkg-message index 9af0c2d8152a..0031de23cdfa 100644 --- a/mail/qmrtg/pkg-message +++ b/mail/qmrtg/pkg-message @@ -11,12 +11,12 @@ a) have a look at the ${PREFIX}/www/data/cfg/mrtg.cfg" file. you must at least set the 'WorkDir:' variable and qmail log paths (search for '/var/log/supervise/qmail' and adapt to your system) b) configure qmrtg.conf. Defaults are fine generally. At least copy -${PREFIX}/qmrtg.conf.sample to "qmrtg.conf". +${PREFIX}/etc/qmrtg.conf.sample to "qmrtg.conf". c) make mrtg run automatically. Using cron, put that in "/etc/crontab": */5 * * * * root /usr/local/bin/mrtg \ /usr/local/www/data/qmrtg/cfg/mrtg.cfg 1>/dev/null 2>&1 Note: to skip qmrtg reporting your mx' whole history at the first call, -run the following before "c)" +run the following before point "c)" $ qmrtgsync.sh |