diff options
| -rw-r--r-- | recipes-security/samhain/samhain-client_4.1.0.bb | 3 | ||||
| -rw-r--r-- | recipes-security/samhain/samhain.inc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-security/samhain/samhain-client_4.1.0.bb b/recipes-security/samhain/samhain-client_4.1.0.bb index c671b48..bb47449 100644 --- a/recipes-security/samhain/samhain-client_4.1.0.bb +++ b/recipes-security/samhain/samhain-client_4.1.0.bb | |||
| @@ -8,7 +8,8 @@ EXTRA_OECONF += " \ | |||
| 8 | --with-logserver=${SAMHAIN_SERVER} \ | 8 | --with-logserver=${SAMHAIN_SERVER} \ |
| 9 | --with-port=${SAMHAIN_PORT} \ | 9 | --with-port=${SAMHAIN_PORT} \ |
| 10 | --with-config-file=/etc/samhainrc \ | 10 | --with-config-file=/etc/samhainrc \ |
| 11 | --with-data-file=/var/lib/samhain/samhain_file \ | 11 | --with-data-file=/var/samhain/samhain.data \ |
| 12 | --with-pid-file=/var/samhain/samhain.pid \ | ||
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | 15 | ||
diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc index b73a3a2..8114f42 100644 --- a/recipes-security/samhain/samhain.inc +++ b/recipes-security/samhain/samhain.inc | |||
| @@ -87,4 +87,5 @@ do_install_append () { | |||
| 87 | install -d ${D}${docdir}/${PN} | 87 | install -d ${D}${docdir}/${PN} |
| 88 | cp -r docs/* ${D}${docdir}/${PN} | 88 | cp -r docs/* ${D}${docdir}/${PN} |
| 89 | cp -r scripts ${D}${docdir}/${PN} | 89 | cp -r scripts ${D}${docdir}/${PN} |
| 90 | install -d -m 755 ${D}/var/samhain | ||
| 90 | } | 91 | } |
