summaryrefslogtreecommitdiffstats
path: root/network/cacti/cacti.SlackBuild
diff options
context:
space:
mode:
author Thibaut Notteboom2015-04-04 19:47:47 +0200
committer Willy Sudiarto Raharjo2015-04-04 19:47:47 +0200
commita2c5276c484b8101e34f18c03d61f5cc3eea5b6b (patch)
tree87d734930bebbcf5af8d5f7c39dff7a46964a478 /network/cacti/cacti.SlackBuild
parente3f9d91f45d4a0ed5d5071ab6bc123afff0ebc76 (diff)
downloadslackbuilds-a2c5276c484b8101e34f18c03d61f5cc3eea5b6b.tar.gz
network/cacti: Updated for version 0.8.8c + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cacti/cacti.SlackBuild')
-rw-r--r--network/cacti/cacti.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/network/cacti/cacti.SlackBuild b/network/cacti/cacti.SlackBuild
index 7a4241aa57..f455ea929f 100644
--- a/network/cacti/cacti.SlackBuild
+++ b/network/cacti/cacti.SlackBuild
@@ -4,6 +4,7 @@
# a network graphing solution using rrdtool
# Copyright 2009-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
+# Copyright 2015 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +24,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# revision date 2012/12/28
-
PRGNAM=cacti
-VERSION=${VERSION:-0.8.8a_p1}
+VERSION=${VERSION:-0.8.8c}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,7 +47,7 @@ for i in $(echo $DOCROOT | tr "/" " "); do
done
# Current PATCHES (empty if none for now)
-PATCHES="snmpv3_priv_proto_none.patch"
+PATCHES=""
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -67,7 +66,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Apply patches from upstream
patchfound=0