2010-12-13 Miguel de Dios <miguel.dedios@artica.es>

* PandoraFMS-Enterprise/DEBIAN/*: add scripts and conf files to make a deb
	package.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-01-13 18:33:04 +00:00
parent 82b7a8ed29
commit 2c683da10b
5 changed files with 7 additions and 5 deletions

View File

@ -7,4 +7,4 @@ Installed-Size: 640
Maintainer: Miguel de Dios <miguel.dedios@artica.es>
Homepage: http://pandorafms.org/
Depends: pandorafms-server, libio-socket-multicast-perl
Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments.
Description: Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments.

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
pandora_console_version="3.0.0"
pandora_server_version="3.0.0"
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
if [ `id -u` != 0 ]
@ -100,8 +100,8 @@ echo "END"
echo "Make the package \"Pandorafms server\"."
dpkg-deb --build temp_package
mv temp_package.deb pandorafms.server_enterprise_$pandora_console_version.deb
chmod 777 pandorafms.server_enterprise_$pandora_console_version.deb
mv temp_package.deb pandorafms.server_enterprise_$pandora_server_version.deb
chmod 777 pandorafms.server_enterprise_$pandora_server_version.deb
echo "Delete the \"temp_package\" temp dir for job."
rm Makefile

View File

@ -0,0 +1 @@

View File

@ -1,4 +1,4 @@
#!/bin/bash
echo "NOTICE: You will need to edit your pandora_server.conf file to enable Enterprise features and restart Pandora FMS server after that."
echo "Please note that you must enter in Pandora FMS Enteprise console PRIOR to execute Pandora FMS Enterprise server"
echo "Please note that you must enter in Pandora FMS Enteprise console PRIOR to execute Pandora FMS Enterprise server"

View File

@ -1 +1,2 @@
#!/bin/bash