icinga (1.6.1-2) 55_idoutils-debianize

Summary

 module/idoutils/config/ido2db.cfg-sample.in |    4 ++--
 module/idoutils/config/idomod.cfg-sample.in |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 55_idoutils-debianize.dpatch by Alexander Wirt <formorer@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: debianize idoutils

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' icinga-1.0.2~pre20100626~/module/idoutils/config/ido2db.cfg-sample.in icinga-1.0.2~pre20100626/module/idoutils/config/ido2db.cfg-sample.in
--- icinga-1.0.2~pre20100626~/module/idoutils/config/ido2db.cfg-sample.in	2010-06-25 13:12:03.000000000 +0200
+++ icinga-1.0.2~pre20100626/module/idoutils/config/ido2db.cfg-sample.in	2010-06-26 11:07:09.473927242 +0200
@@ -8,7 +8,7 @@
 # This is the lockfile that IDO2DB will use to store its PID number
 # in when it is running in daemon mode.
 
-lock_file=@localstatedir@/ido2db.lock
+lock_file=/var/run/icinga/ido2db.pid
 
 
 
@@ -236,7 +236,7 @@
 # DEBUG FILE
 # This option determines where the daemon should write debugging information.
 
-debug_file=@localstatedir@/ido2db.debug
+debug_file=/var/log/icinga/ido2db.debug
 
 
 
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' icinga-1.0.2~pre20100626~/module/idoutils/config/idomod.cfg-sample.in icinga-1.0.2~pre20100626/module/idoutils/config/idomod.cfg-sample.in
--- icinga-1.0.2~pre20100626~/module/idoutils/config/idomod.cfg-sample.in	2010-06-25 13:12:03.000000000 +0200
+++ icinga-1.0.2~pre20100626/module/idoutils/config/idomod.cfg-sample.in	2010-06-26 11:07:09.473927242 +0200
@@ -229,7 +229,7 @@
 # DEBUG FILE
 # This option determines where the daemon should write debugging information.
 
-debug_file=@localstatedir@/idomod.debug
+debug_file=/var/log/icinga/idomod.debug