2011-04-28 Junichi Satoh <junichi@rworks.jp>

* 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
This commit is contained in:
jsatoh 2011-04-28 02:42:28 +00:00
parent 8e5bfe624e
commit ae18fcef12
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-28 Junichi Satoh <junichi@rworks.jp>
* SunOS/make_solaris_package/prototype,
SunOS/make_solaris_package/make_solaris_package.sh: Added tentacle_server.
2011-04-28 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_agent.conf: Added missing templates.

View File

@ -2,7 +2,7 @@
# **********************************************************************
# Pandora FMS Agent package builder for Solaris
# (c) 2010 Junichi Satoh <junichi@rworks.jp>
# (c) 2010-2011 Junichi Satoh <junichi@rworks.jp>
#
# 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

View File

@ -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