blob: 2b99e20169087fa4113d819e85f040dc701f3c20 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301INITSCRIPT_PARAMS = "defaults 15 85"
2
3require samhain.inc
4
5# Let the default Logserver be 127.0.0.1
6EXTRA_OECONF += " \
7 --with-logserver=${SAMHAIN_SERVER} \
8 --with-port=${SAMHAIN_PORT} \
9 "
10
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} = "acl zlib attr bash"
12RCONFLICTS:${PN} = "samhain-standalone"