diff options
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} |