Changed permission to tarball installer and added a warning to advise
of missing dependencies (perl-Sys-Syslog) TICKET: #3264
This commit is contained in:
parent
dccc8e4486
commit
57f934f467
|
@ -486,6 +486,9 @@ install () {
|
|||
echo " ($HOME/.ssh/id_dsa) under /home/pandora/.ssh/authorized_keys "
|
||||
echo "on your Pandora FMS Server host"
|
||||
echo " "
|
||||
echo "You may need to install manually some additional required dependencies:"
|
||||
echo "perl-Sys-Syslog"
|
||||
echo " "
|
||||
echo "You also need to setup your $PANDORA_BASE$PANDORA_CFG/pandora_agent.conf config file"
|
||||
echo " "
|
||||
if [ "$OS_NAME" = "FreeBSD" ]
|
||||
|
|
Loading…
Reference in New Issue