summaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/samhain-client_4.1.0.bb
blob: c671b4800c05c497d8778b3a8a6671cd17c6b3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/lib/samhain/samhain_file \
        "


INSANE_SKIP_${PN} = "already-stripped"

FILES_${PN} += "\
    /run \
    "

RDEPENDS_${PN} = "acl zlib attr bash"