2010-05-11 Sergio Martin <sergio.martin@artica.es>

* pandora_server_installer
	man/man1/pandora_server.1.gz
	man/man1/tentacle.1.gz: Added the man pages of
	tentacle and pandora server and modified the
	server installer script to install them



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2699 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-05-11 17:02:26 +00:00
parent a6a586003e
commit 37a8cd55df
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2010-05-11 Sergio Martin <sergio.martin@artica.es>
* pandora_server_installer
man/man1/pandora_server.1.gz
man/man1/tentacle.1.gz: Added the man pages of
tentacle and pandora server and modified the
server installer script to install them
2010-05-11 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/PluginServer.pm, lib/PandoraFMS/Core.pm,

Binary file not shown.

Binary file not shown.

View File

@ -199,6 +199,9 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client"
echo cp conf/pandora_server.conf $PANDORA_CFG_DIR
cp conf/pandora_server.conf $PANDORA_CFG_DIR
chmod 770 $PANDORA_CFG_FILE
echo "Installing Pandora Server manual"
cp man/man1/pandora_server.1.gz /usr/share/man/man1
if [ "$LINUX" == "YES" ]
then
@ -246,6 +249,8 @@ perl-TimeDate perl-XML-Simple perl-libwww-perl mysql-client"
cp bin/tentacle_server /usr/bin
cp util/tentacle_serverd $TENTACLE_SERVER
update-rc.d tentacle_serverd defaults
echo "Installing tentacle manual"
cp man/man1/tentacle.1.gz /usr/share/man/man1
else
if [ "$DISTRO" == "SUSE" ]
then