2010-08-04 Sancho Lerena <slerena@artica.es>

* DEBIAN/control,
        pandora_agent.spec: Added unzip to dependencies (for file
        collection management).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3102 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2010-08-04 17:51:05 +00:00
parent 8855493ec9
commit 445ab2691e
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
2010-08-04 Sancho Lerena <slerena@artica.es>
* DEBIAN/control,
pandora_agent.spec: Added unzip to dependencies (for fille collection
management).
2010-08-04 Miguel de Dios <miguel.dedios@artica.es>
* pandora_agent_daemon: fixed user of daemon, it is root, not dario.
2010-07-28 Junichi Satoh <junichi@rworks.jp>

View File

@ -6,5 +6,5 @@ Section: admin
Installed-Size: 260
Maintainer: Miguel de Dios <miguel.dedios@artica.es>
Homepage: http://pandorafms.org/
Depends: coreutils, perl
Depends: coreutils, perl, unzip
Description: Pandora FMS agents are based on native languages in every platform: scripts that can be written in any language. Its possible to reproduce any agent in any programming language and can be extended without difficulty the existing ones in order to cover aspects not taken into account up to the moment. These scripts are formed by modules that each one gathers a "chunk" of information. Thus, every agent gathers several "chunks" of information; this one is organized in a data set and stored in a single file, called data file.

View File

@ -16,7 +16,7 @@ Packager: Manuel Arostegui <manuel@todo-linux.com>
Prefix: /usr/share
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArchitectures: noarch
Requires: coreutils
Requires: coreutils unzip
AutoReq: 0
Provides: %{name}-%{version}