mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-25 18:57:09 +00:00
4bbc0d9d94
Signed-off-by: Armin Kuster <akuster808@gmail.com>
12 lines
252 B
BlitzBasic
12 lines
252 B
BlitzBasic
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} \
|
|
"
|
|
|
|
RDEPENDS_${PN} = "acl zlib attr bash"
|