2012-06-26 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
97dab93bc6
commit
e291b77d96
|
@ -1,3 +1,9 @@
|
|||
2012-06-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/control: added mysql-server dependency.
|
||||
|
|
|
@ -6,5 +6,5 @@ Section: admin
|
|||
Installed-Size: 42112
|
||||
Maintainer: Miguel de Dios <miguel.dedios@artica.es>
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue