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.