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:
parent
a6a586003e
commit
37a8cd55df
|
@ -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.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue