summaryrefslogtreecommitdiff
path: root/cacti/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2011-09-27 00:10:51 +0200
committerThomas Penteker <tek@serverop.de>2011-09-27 00:11:10 +0200
commitd48ac284cd25788a82b3c0a0f739f477bedfdf24 (patch)
treef6387ec44a0ffb286c850d77dade186c6154b3a3 /cacti/Pkgfile
parent6726f674157e8ef021e0250c27bd33e3ad5ad054 (diff)
downloadcontrib-d48ac284cd25788a82b3c0a0f739f477bedfdf24.tar.gz
contrib-d48ac284cd25788a82b3c0a0f739f477bedfdf24.tar.xz
cacti: 0.8.7g -> 0.8.7h
Diffstat (limited to 'cacti/Pkgfile')
-rw-r--r--cacti/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/cacti/Pkgfile b/cacti/Pkgfile
index 038c5fd08..82b4aecc2 100644
--- a/cacti/Pkgfile
+++ b/cacti/Pkgfile
@@ -5,15 +5,15 @@
# Depends on: rrdtool mod_php net-snmp php-mysql php php-sockets
name=cacti
-version=0.8.7g
+version=0.8.7h
release=3
-source=(http://www.$name.net/downloads/$name-$version.tar.gz
- http://crux.nu/~tek/cacti_official_patches.diff)
+source=(http://www.$name.net/downloads/$name-$version.tar.gz)
build () {
- cd $name-$version
- patch -p1 -i ../cacti_official_patches.diff
- cd ..
+ #cd $name-$version
+ #patch -p1 -i ../cacti_official_patches.diff
+ #cd ..
+
mkdir -p $PKG/var/www/htdocs
mv $name-$version $PKG/var/www/htdocs/$name
chown -R cactiuser $PKG/var/www/htdocs/$name/{rra,log}

Generated by cgit