1
0
forked from ports/contrib

cacti: 0.8.7d -> 0.8.7e

This commit is contained in:
Thomas Penteker 2009-06-29 21:56:01 +02:00
parent 3a29fa216a
commit 70cb11902c
3 changed files with 8 additions and 6 deletions

View File

@ -17,6 +17,7 @@ drwxr-xr-x root/root var/www/htdocs/cacti/cli/
-rw-r--r-- root/root var/www/htdocs/cacti/cli/add_tree.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/copy_user.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/host_update_template.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/import_template.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/poller_data_sources_reapply_names.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/poller_graphs_reapply_names.php
-rw-r--r-- root/root var/www/htdocs/cacti/cli/poller_output_empty.php
@ -108,7 +109,6 @@ drwxr-xr-x root/root var/www/htdocs/cacti/docs/html/images/
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/install_windows.html
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/installation.html
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/making_scripts_work_with_cacti.html
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/manual.css
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/migration_php_scripts_to_script_server.html
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/new_graphs.html
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/operating_principles.html
@ -136,8 +136,8 @@ drwxr-xr-x root/root var/www/htdocs/cacti/docs/html/images/
-rw-r--r-- root/root var/www/htdocs/cacti/docs/html/variables.html
drwxr-xr-x root/root var/www/htdocs/cacti/docs/pdf/
-rw-r--r-- root/root var/www/htdocs/cacti/docs/pdf/README
drwxr-xr-x root/root var/www/htdocs/cacti/docs/text/
-rw-r--r-- root/root var/www/htdocs/cacti/docs/text/manual.txt
drwxr-xr-x root/root var/www/htdocs/cacti/docs/txt/
-rw-r--r-- root/root var/www/htdocs/cacti/docs/txt/manual.txt
-rw-r--r-- root/root var/www/htdocs/cacti/gprint_presets.php
-rw-r--r-- root/root var/www/htdocs/cacti/graph.php
-rw-r--r-- root/root var/www/htdocs/cacti/graph_image.php
@ -306,6 +306,7 @@ drwxr-xr-x root/root var/www/htdocs/cacti/install/
-rw-r--r-- root/root var/www/htdocs/cacti/install/0_8_7a_to_0_8_7b.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/0_8_7b_to_0_8_7c.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/0_8_7c_to_0_8_7d.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/0_8_7d_to_0_8_7e.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/0_8_to_0_8_1.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/index.php
-rw-r--r-- root/root var/www/htdocs/cacti/install/install_finish.gif
@ -438,6 +439,7 @@ drwxr-xr-x root/root var/www/htdocs/cacti/lib/adodb/lang/
-rw-r--r-- root/root var/www/htdocs/cacti/lib/xml.php
drwxr-xr-x cactiuser/root var/www/htdocs/cacti/log/
-rw-r--r-- cactiuser/root var/www/htdocs/cacti/log/.htaccess
-rw-r--r-- cactiuser/root var/www/htdocs/cacti/log/.placeholder (EMPTY)
-rw-r--r-- cactiuser/root var/www/htdocs/cacti/log/cacti.log (EMPTY)
-rw-r--r-- root/root var/www/htdocs/cacti/logout.php
-rw-r--r-- root/root var/www/htdocs/cacti/poller.php

View File

@ -1 +1 @@
0822068bfa547278e94d3143ef9279e0 cacti-0.8.7d.tar.gz
7563a58a57d2c6cc0da28cc341a30969 cacti-0.8.7e.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: rrdtool mod_php mysql net-snmp php-mysql php
name=cacti
version=0.8.7d
version=0.8.7e
release=1
source=(http://www.$name.net/downloads/$name-$version.tar.gz)
@ -16,5 +16,5 @@ build () {
sed -i -e "s|\$config\['url_path'] = '/'|\$config\['url_path'] = '/cacti/'|g" \
$PKG/var/www/htdocs/$name/include/global.php
rm $PKG/var/www/htdocs/cacti/{README,LICENSE}
rm $PKG/var/www/htdocs/cacti/docs/{CHANGELOG,CONTRIB,INSTALL,README,REQUIREMENTS,UPGRADE}
rm $PKG/var/www/htdocs/cacti/docs/{CHANGELOG,CONTRIB,README}
}