diff options
author | hauke <hauke@pkgsrc.org> | 2016-06-02 14:18:23 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-06-02 14:18:23 +0000 |
commit | 42aaaf8f2c6fcf7e48ba366ffddb7c9d4cf114e9 (patch) | |
tree | 27f71adb4c58810f79875af33043738a0f1a131d /net | |
parent | 3a78ae5458736213c05f7c843c38d61e8fa44195 (diff) | |
download | pkgsrc-42aaaf8f2c6fcf7e48ba366ffddb7c9d4cf114e9.tar.gz |
/usr/pkg/bin needs to be in PATH, or perl(1) will not be found...
Diffstat (limited to 'net')
-rw-r--r-- | net/cacti/MESSAGE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cacti/MESSAGE b/net/cacti/MESSAGE index 264b20fdd36..f30353826bd 100644 --- a/net/cacti/MESSAGE +++ b/net/cacti/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2016/06/02 09:52:13 hauke Exp $ +$NetBSD: MESSAGE,v 1.5 2016/06/02 14:18:23 hauke Exp $ cacti is now installed. @@ -35,6 +35,8 @@ To get cacti up and running asap, you have to complete these steps: # Invoke poller.php to collect SNMP statistics. */5 * * * * ${PREFIX}/bin/cacti-poller + and make sure ${PREFIX}/bin is in PATH. + Please read the included README (${CACTIDIR}/docs/README) file, for more information about configuring and starting cacti. |