From b19fff917d5729b70be80b7ff4ff2529645f332a Mon Sep 17 00:00:00 2001 From: slerena Date: Sat, 16 Oct 2010 13:25:00 +0000 Subject: [PATCH] 2010-10-16 Sancho Lerena * DEBIAN/control: Removed apache and apache php mod from deps, giving user chance to use another HTTP server. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3414 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 3 +++ pandora_console/DEBIAN/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b0eb210890..7ce012ea22 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,8 @@ 2010-10-16 Sancho Lerena + * DEBIAN/control: Removed apache and apache php mod from deps, giving + user chance to use another HTTP server. + * pandoradb_migrate_v3.1_to_v3.2.sql: Variable for SQL custom reports has more size now (custom SQL reports could be huge SQL sentences). diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 8eca76da2d..c7e08cba1a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: apache2, libapache2-mod-php5, php5, php5-snmp, php5-gd, php5-mysql, php-pear, php-db, php5-xmlrpc, php-gettext, graphviz, dbconfig-common, php5-ldap, mysql-client +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-pear, php-db, php5-xmlrpc, php-gettext, graphviz, dbconfig-common, php5-ldap, mysql-client Description: Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems. Web console is the graphical user interface (GUI) to manage and watch reports and graphs from Pandora FMS monitoring.