diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-08-25 21:10:47 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:12 -0500 |
commit | 397ee459436cc36839ed01b55da0e764c4a2a218 (patch) | |
tree | 208833e3b44335818750916cdfcbd477aadd01a6 /network/cacti/cacti.SlackBuild | |
parent | 8b897e051cabec53288d3bd4d8a908228354b3fd (diff) | |
download | slackbuilds-397ee459436cc36839ed01b55da0e764c4a2a218.tar.gz |
network/cacti: Updated for version 0.8.7g_p5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/cacti/cacti.SlackBuild')
-rw-r--r-- | network/cacti/cacti.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/network/cacti/cacti.SlackBuild b/network/cacti/cacti.SlackBuild index 64edf55a4b..4f3d0050c6 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/07/16 +# revision date 2010/08/22 PRGNAM=cacti -VERSION=${VERSION:-0.8.7g} +VERSION=${VERSION:-0.8.7g_p5} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -26,7 +26,11 @@ for i in $(echo $DOCROOT | tr "/" " "); do done # Current PATCHES (empty if none for now) -PATCHES="" +PATCHES="data_source_deactivate.patch \ +graph_list_view.patch \ +html_output.patch \ +ldap_group_authenication.patch \ +script_server_command_line_parse.patch" CWD=$(pwd) TMP=${TMP:-/tmp/SBo} |