svn commit: r350855 - in branches/2014Q2/net-mgmt/icinga: . files
Lars Engels
lme at FreeBSD.org
Thu Apr 10 21:23:39 UTC 2014
Author: lme
Date: Thu Apr 10 21:23:38 2014
New Revision: 350855
URL: http://svnweb.freebsd.org/changeset/ports/350855
QAT: https://qat.redports.org/buildarchive/r350855/
Log:
MFH: r350854
- Fix creation of log directories in icinga's rc script
- Bump PORTREVISION
Approved by: portmgr (mat)
Modified:
branches/2014Q2/net-mgmt/icinga/Makefile
branches/2014Q2/net-mgmt/icinga/files/icinga.in
Directory Properties:
branches/2014Q2/ (props changed)
Modified: branches/2014Q2/net-mgmt/icinga/Makefile
==============================================================================
--- branches/2014Q2/net-mgmt/icinga/Makefile Thu Apr 10 21:08:03 2014 (r350854)
+++ branches/2014Q2/net-mgmt/icinga/Makefile Thu Apr 10 21:23:38 2014 (r350855)
@@ -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}/
Modified: branches/2014Q2/net-mgmt/icinga/files/icinga.in
==============================================================================
--- branches/2014Q2/net-mgmt/icinga/files/icinga.in Thu Apr 10 21:08:03 2014 (r350854)
+++ branches/2014Q2/net-mgmt/icinga/files/icinga.in Thu Apr 10 21:23:38 2014 (r350855)
@@ -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
More information about the svn-ports-all
mailing list