diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-09-18 11:48:07 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:38 -0500 |
commit | 1a0160a58f35d60da1751c78126fa0ff74b4f3a1 (patch) | |
tree | 87b70cdc919e7e733b931f2b8f898ad3f8c20c13 /network/cacti/cacti.SlackBuild | |
parent | 468905b6e2922109600b59c8cce3c8c2db06210e (diff) | |
download | slackbuilds-1a0160a58f35d60da1751c78126fa0ff74b4f3a1.tar.gz |
network/cacti: Updated for version 0.8.7g_p7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/cacti/cacti.SlackBuild')
-rw-r--r-- | network/cacti/cacti.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/network/cacti/cacti.SlackBuild b/network/cacti/cacti.SlackBuild index 4f3d0050c6..4dcdbb5e2c 100644 --- a/network/cacti/cacti.SlackBuild +++ b/network/cacti/cacti.SlackBuild @@ -4,10 +4,10 @@ # a network graphing solution using rrdtool # Written by Niels Horn <niels.horn@gmail.com> -# revision date 2010/08/22 +# revision date 2010/09/17 PRGNAM=cacti -VERSION=${VERSION:-0.8.7g_p5} +VERSION=${VERSION:-0.8.7g_p7} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -30,7 +30,9 @@ PATCHES="data_source_deactivate.patch \ graph_list_view.patch \ html_output.patch \ ldap_group_authenication.patch \ -script_server_command_line_parse.patch" +script_server_command_line_parse.patch \ +ping.patch \ +poller_interval.patch" CWD=$(pwd) TMP=${TMP:-/tmp/SBo} |