From 5c4262130e86312e1ca5aa04a46aeef6fada2ee1 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 26 Jun 2012 14:12:17 +0000 Subject: [PATCH] 2012-06-26 Miguel de Dios * DEBIAN/control: removed the dependency for "mysql-server" because the console can be in a machine without mysql server but it is necesary the mysql-client for backup process. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6715 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/DEBIAN/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 410aa427ad..a52449883e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-06-26 Miguel de Dios + + * DEBIAN/control: removed the dependency for "mysql-server" because + the console can be in a machine without mysql server but it is + necesary the mysql-client for backup process. + 2012-06-26 Miguel de Dios * DEBIAN/control: added mysql-server dependency. diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 088b4e7c61..9739165b11 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: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-server +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, 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.