From f417b9b06c253cf9e9e7b98c963e23781aaeaa23 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Thu, 28 Apr 2011 02:42:28 +0000 Subject: [PATCH] 2011-04-28 Junichi Satoh * SunOS/make_solaris_package/prototype, SunOS/make_solaris_package/make_solaris_package.sh: Added tentacle_server. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 5 +++++ .../unix/SunOS/make_solaris_package/make_solaris_package.sh | 3 ++- pandora_agents/unix/SunOS/make_solaris_package/prototype | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 41132b008b..e2361d29ce 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2011-04-28 Junichi Satoh + + * SunOS/make_solaris_package/prototype, + SunOS/make_solaris_package/make_solaris_package.sh: Added tentacle_server. + 2011-04-28 Junichi Satoh * FreeBSD/pandora_agent.conf: Added missing templates. diff --git a/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh b/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh index c7d854fd00..4aea8e817d 100755 --- a/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh +++ b/pandora_agents/unix/SunOS/make_solaris_package/make_solaris_package.sh @@ -2,7 +2,7 @@ # ********************************************************************** # Pandora FMS Agent package builder for Solaris -# (c) 2010 Junichi Satoh +# (c) 2010-2011 Junichi Satoh # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License @@ -41,6 +41,7 @@ mkdir -p /tmp/pandora/usr/share/pandora_agent/plugins # copy executables cp ../../pandora_agent /tmp/pandora/usr/bin cp ../../tentacle_client /tmp/pandora/usr/bin +cp ../../tentacle_server /tmp/pandora/usr/bin cp ../../pandora_agent_daemon /tmp/pandora/etc/init.d cp ../../pandora_agent_exec /tmp/pandora/usr/bin diff --git a/pandora_agents/unix/SunOS/make_solaris_package/prototype b/pandora_agents/unix/SunOS/make_solaris_package/prototype index c7cca7a7d5..3ced4102e9 100644 --- a/pandora_agents/unix/SunOS/make_solaris_package/prototype +++ b/pandora_agents/unix/SunOS/make_solaris_package/prototype @@ -2,6 +2,7 @@ i pkginfo i copyright f none usr/bin/pandora_agent 0755 root root f none usr/bin/tentacle_client 0755 root root +f none usr/bin/tentacle_server 0755 root root f none usr/bin/pandora_agent_exec 0755 root root d none usr/share/pandora_agent 0755 root root d none usr/share/pandora_agent/plugins 0755 root root