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:
Ramon Novoa 2011-02-23 19:32:09 +00:00
parent ebe6865c91
commit 1528151444
5 changed files with 10 additions and 9 deletions

View File

@ -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> 2011-02-23 Miguel de Dios <miguel.dedios@artica.es>
* pandora_console/include/functions_db.php: fixed in the function * pandora_console/include/functions_db.php: fixed in the function

View File

@ -6,5 +6,5 @@ Section: admin
Installed-Size: 42112 Installed-Size: 42112
Maintainer: Miguel de Dios <miguel.dedios@artica.es> Maintainer: Miguel de Dios <miguel.dedios@artica.es>
Homepage: http://pandorafms.org/ 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. 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.

View File

@ -1,9 +1,5 @@
#!/bin/bash #!/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. 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 chmod -R u+rwX,g+rX,g-w,o-rwx /var/www/pandora_console
chgrp www-data /var/www/pandora_console -R chgrp www-data /var/www/pandora_console -R

View File

@ -31,9 +31,8 @@ BuildArchitectures: noarch
AutoReq: 0 AutoReq: 0
Requires: httpd >= 2.0.0 Requires: httpd >= 2.0.0
Requires: php >= 5.2.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-mysql, php-ldap, php-mbstring, php, php-common
Requires: php-pear-DB
Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc
Requires: graphviz Requires: graphviz
Provides: %{name}-%{version} Provides: %{name}-%{version}

View File

@ -29,10 +29,10 @@ BuildArchitectures: noarch
AutoReq: 0 AutoReq: 0
Requires: apache2, apache2-mod_php5 Requires: apache2, apache2-mod_php5
Requires: php >= 4.3.0 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: php5-mysql, php5-ldap, php5-mbstring, php5
Requires: graphviz, xorg-x11-fonts-core, graphviz-gd Requires: graphviz, xorg-x11-fonts-core, graphviz-gd
Requires: php-pear-db, php-pear-xml_rpc, php5-zip Requires: php5-zip
Provides: %{name}-%{version} Provides: %{name}-%{version}
%description %description