samhain: client package

This is the client portion.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2014-08-17 19:14:06 -07:00
parent f0f670c2fe
commit 2559581eaa
@@ -0,0 +1,21 @@
SAMHAIN_MODE="client"
INITSCRIPT_PARAMS = "defaults 15 85"
require samhain.inc
#Let the default Logserver be 127.0.0.1
EXTRA_OECONF += " \
--with-logserver=${SAMHAIN_SERVER} \
--with-port=${SAMHAIN_PORT} \
--with-config-file=/etc/samhainrc \
--with-data-file=/var/lib/samhain/samhain_file \
"
INSANE_SKIP_${PN} = "already-stripped"
FILES_${PN} += "\
/run \
"
RDEPENDS_${PN} = "acl zlib attr"