[Pkg-nagios-changes] [SCM] debian packaging of icinga(-core) branch, master, updated. debian/1.6.1-3-10-g5e02b2e

Alexander Wirt formorer at debian.org
Sat May 12 04:58:23 UTC 2012


The following commit has been merged in the master branch:
commit 5e02b2e18dacf9828c310cb04404c6721bc69d61
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat May 12 06:58:01 2012 +0200

    Fix tempfile path

diff --git a/debian/rules b/debian/rules
index 2a9dfeb..9522ef2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,8 @@ CONFIGURE	= CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr \
 				--enable-idoutils \
 				--with-ido2db-lockfile=/var/run/icinga/ido2db.pid \
 				--with-log-dir=/var/log/icinga/ \
-				--libdir=/usr/lib/icinga/
+				--libdir=/usr/lib/icinga/ \
+				--with-temp-file=/var/cache/icinga/icinga.tmp
 
 clean: clean-patched unpatch
 clean-patched:

-- 
debian packaging of icinga(-core)



More information about the Pkg-nagios-changes mailing list