diff options
Diffstat (limited to 'recipes-security/samhain/samhain-client_4.1.2.bb')
| -rw-r--r-- | recipes-security/samhain/samhain-client_4.1.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-security/samhain/samhain-client_4.1.2.bb b/recipes-security/samhain/samhain-client_4.1.2.bb new file mode 100644 index 0000000..bb47449 --- /dev/null +++ b/recipes-security/samhain/samhain-client_4.1.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SAMHAIN_MODE="client" | ||
| 2 | INITSCRIPT_PARAMS = "defaults 15 85" | ||
| 3 | |||
| 4 | require samhain.inc | ||
| 5 | |||
| 6 | #Let the default Logserver be 127.0.0.1 | ||
| 7 | EXTRA_OECONF += " \ | ||
| 8 | --with-logserver=${SAMHAIN_SERVER} \ | ||
| 9 | --with-port=${SAMHAIN_PORT} \ | ||
| 10 | --with-config-file=/etc/samhainrc \ | ||
| 11 | --with-data-file=/var/samhain/samhain.data \ | ||
| 12 | --with-pid-file=/var/samhain/samhain.pid \ | ||
| 13 | " | ||
| 14 | |||
| 15 | |||
| 16 | INSANE_SKIP_${PN} = "already-stripped" | ||
| 17 | |||
| 18 | FILES_${PN} += "\ | ||
| 19 | /run \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} = "acl zlib attr bash" | ||
