summaryrefslogtreecommitdiff
path: root/meta-security/recipes-ids/samhain/samhain-client.bb
blob: 2b99e20169087fa4113d819e85f040dc701f3c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
RCONFLICTS:${PN} = "samhain-standalone"