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 | 0dfc1cadd3b9b8eba93d8087dd1c71901b7272d3 (patch) | |
tree | 063ed99086c838ff119e7df62cee0c2881125266 | |
parent | d375121969be661f3ccebfbd3de9f71be6f2151a (diff) | |
download | pkgsrc-0dfc1cadd3b9b8eba93d8087dd1c71901b7272d3.tar.gz |
/usr/pkg/bin needs to be in PATH, or perl(1) will not be found...
-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. |