From a2e29043223aae3ba6216f3578878c4e0b17a86e Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 19 Nov 2009 19:26:08 +0000 Subject: [PATCH] 2009-11-19 Sancho Lerena * 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 --- pandora_agents/ChangeLog | 15 +++++++++++++++ pandora_agents/unix/pandora_agent.spec | 1 + pandora_agents/unix/pandora_agent_installer | 5 +++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 4e683e5ef2..57ae6ad978 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,9 +1,24 @@ +2009-11-19 Sancho Lerena + + * 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 + + * 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 * 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 + * 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. diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 4a3a8cb3f1..0227296743 100755 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -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 diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index e62b02f868..10a930db9a 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -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 "