aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/samhain-client_4.3.2.bb
blob: 812408e5e4b61727a966321f9597800dfac807e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"