aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-04-10 21:08:03 +0000
committerLars Engels <lme@FreeBSD.org>2014-04-10 21:08:03 +0000
commitfff25935e2be69ca699a451fca4b0c676ce17703 (patch)
tree12e572e7645bb2f831961c34640418e2a4b7aaa6 /net-mgmt/icinga
parent583a6b8418ec73fb78564a2ec9474664adcb282f (diff)
Notes
Diffstat (limited to 'net-mgmt/icinga')
-rw-r--r--net-mgmt/icinga/Makefile1
-rw-r--r--net-mgmt/icinga/files/icinga.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index 21d6c15814ce..f416f794cddd 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -3,6 +3,7 @@
PORTNAME= icinga
PORTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
diff --git a/net-mgmt/icinga/files/icinga.in b/net-mgmt/icinga/files/icinga.in
index 9e83bf5e0ee5..d7ccf2cc5d77 100644
--- a/net-mgmt/icinga/files/icinga.in
+++ b/net-mgmt/icinga/files/icinga.in
@@ -105,7 +105,7 @@ start_precmd() {
"${icinga_logdir}" \
"${icinga_logdir}/archives"; do
if [ ! -d "${d}" ]; then
- install -d -o "${icinga_user}" -g "${icinga_group}" "${icinga_dir}"/checkresults
+ install -d -o "${icinga_user}" -g "${icinga_group}" "${d}"
fi
done