2011-02-23 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/control, DEBIAN/postinst, pandora_console.spec, pandora_console.redhat.spec: Removed PEAR dependencies. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4013 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e5c2126404
commit
bc0dfe8874
|
@ -1,3 +1,9 @@
|
|||
2011-02-23 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* DEBIAN/control, DEBIAN/postinst,
|
||||
pandora_console.spec, pandora_console.redhat.spec: Removed PEAR
|
||||
dependencies.
|
||||
|
||||
2011-02-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandora_console/include/functions_db.php: fixed in the function
|
||||
|
|
|
@ -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-pear, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client
|
||||
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.
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
#I think that all world was online ;) .
|
||||
#echo Install PEAR XML/RPC.php PHP Library.
|
||||
#pear install XML_RPC
|
||||
|
||||
echo Change the user and group to /var/www/pandora_console.
|
||||
chmod -R u+rwX,g+rX,g-w,o-rwx /var/www/pandora_console
|
||||
chgrp www-data /var/www/pandora_console -R
|
||||
|
|
|
@ -31,9 +31,8 @@ BuildArchitectures: noarch
|
|||
AutoReq: 0
|
||||
Requires: httpd >= 2.0.0
|
||||
Requires: php >= 5.2.0
|
||||
Requires: php-gd, php-snmp, php-pear
|
||||
Requires: php-gd, php-snmp
|
||||
Requires: php-mysql, php-ldap, php-mbstring, php, php-common
|
||||
Requires: php-pear-DB
|
||||
Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc
|
||||
Requires: graphviz
|
||||
Provides: %{name}-%{version}
|
||||
|
|
|
@ -29,10 +29,10 @@ BuildArchitectures: noarch
|
|||
AutoReq: 0
|
||||
Requires: apache2, apache2-mod_php5
|
||||
Requires: php >= 4.3.0
|
||||
Requires: php5-gd, php5-snmp, php5-pear, php5-json, php5-gettext
|
||||
Requires: php5-gd, php5-snmp, php5-json, php5-gettext
|
||||
Requires: php5-mysql, php5-ldap, php5-mbstring, php5
|
||||
Requires: graphviz, xorg-x11-fonts-core, graphviz-gd
|
||||
Requires: php-pear-db, php-pear-xml_rpc, php5-zip
|
||||
Requires: php5-zip
|
||||
Provides: %{name}-%{version}
|
||||
|
||||
%description
|
||||
|
|
Loading…
Reference in New Issue