aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ids/samhain/samhain-client.bb
blob: 0de9c344abff296118478899afb4bcf479988b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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} \
        "

MODE_NAME = "client"
SAMHAIN_MODE = "client"

RDEPENDS:${PN} = "acl zlib attr bash"
RCONFLICTS:${PN} = "samhain-standalone"