2009-11-19 Sancho Lerena <slerena@artica.es>
* unix/pandora_agent_installer: Updated help to avoid confussion about force install mode. * unix/pandora_agent.spec: Create temp directory. Fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e55ff6b058
commit
36612c6a58
|
@ -1,9 +1,24 @@
|
|||
2009-11-19 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* unix/pandora_agent_installer: Updated help to avoid confussion about force
|
||||
install mode.
|
||||
|
||||
* unix/pandora_agent.spec: Create temp directory. Fixed.
|
||||
|
||||
2009-11-10 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* linux/DEBIAN/control: Updated to RC2.
|
||||
|
||||
* linux/DEBIAN/make_deb_package.sh: /usr/bin/pandora_agent was not being copied
|
||||
FIXED. DEB package tested and running fine in latest Debian Stable.
|
||||
|
||||
2009-11-04 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandora_agent_daemon: Changed "Uso" string to "Usage" string. Unify headers
|
||||
and customized according to each UNIX/Linux versions.
|
||||
|
||||
2009-11-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/make_deb_package.sh: move the script to make the deb package into
|
||||
the DEBIAN and change some things into the sourcecode for the directory
|
||||
change.
|
||||
|
|
|
@ -83,6 +83,7 @@ if [ ! -e /etc/pandora/plugins ]; then
|
|||
ln -s /usr/share/pandora_agent/plugins /etc/pandora
|
||||
fi
|
||||
|
||||
mkdir -p /var/spool/pandora/data_out
|
||||
chkconfig -s pandora_agent_daemon on
|
||||
|
||||
%preun
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
# This code is licensed under GPL 2.0 license.
|
||||
# **********************************************************************
|
||||
|
||||
PI_VERSION=3.0.0
|
||||
PI_BUILD=091105
|
||||
PI_VERSION=3.0.0RC2
|
||||
PI_BUILD=091119
|
||||
OS_NAME=`uname -s`
|
||||
|
||||
PANDORA_HOME=/usr/share/pandora_agent
|
||||
|
@ -258,6 +258,7 @@ install () {
|
|||
|
||||
help () {
|
||||
echo " --force-install To force installation if already installed on system"
|
||||
echo " (Not compatible with --install-with-links "
|
||||
echo " --install To install Pandora FMS Agent on this system"
|
||||
echo " --uninstall To uninstall/remove Pandora FMS Agent on this System"
|
||||
echo " --install-with-links <base_dir> "
|
||||
|
|
Loading…
Reference in New Issue