2013-06-07 Ramon Novoa <rnovoa@artica.es>
* DEBIAN/make_deb_package.sh: Merged from 4.0 branch. Create the agent's temp dir. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8268 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ad99ea5ee9
commit
7da184b6a6
|
@ -1,3 +1,8 @@
|
|||
2013-06-07 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* DEBIAN/make_deb_package.sh: Merged from 4.0 branch. Create the agent's
|
||||
temp dir.
|
||||
|
||||
2013-05-23 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_agent: Merged plugins with modules to add macro support.
|
||||
|
|
|
@ -38,6 +38,7 @@ mkdir -p temp_package/etc/pandora/plugins
|
|||
mkdir -p temp_package/etc/pandora/collections
|
||||
mkdir -p temp_package/etc/init.d/
|
||||
mkdir -p temp_package/var/log/pandora/
|
||||
mkdir -p temp_package/var/spool/pandora/data_out
|
||||
mkdir -p temp_package/usr/share/man/man1/
|
||||
mkdir -p temp_package/usr/share/pandora_agent/plugins
|
||||
mkdir -p temp_package/tmp
|
||||
|
|
Loading…
Reference in New Issue