mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
41936bb4cf
remove patch integrated into update Signed-off-by: Armin Kuster <akuster808@gmail.com>
16 lines
421 B
BlitzBasic
16 lines
421 B
BlitzBasic
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/samhain/samhain.data \
|
|
--with-pid-file=/var/samhain/samhain.pid \
|
|
"
|
|
|
|
RDEPENDS_${PN} = "acl zlib attr bash"
|