[Pkg-nagios-devel] nagios changelog,1.20,1.21 nagios-common.postinst,1.3,1.4

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/pkg-nagios/nagios
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv23134

Modified Files:
	changelog nagios-common.postinst 
Log Message:
    - other misc path fixes in html path-fixing patch.  there's probably
      still more, but got a bunch of them
    - fix for error value of config file removal in nagios-common
      (Closes: #283355).  thanks to Olaf van der Spek <OvdSpek@LIACS.NL>.
    - everything in hosts.cfg was duplicated because of a bug in the
      postinst for nagios-common.  fixed.  thanks again to Olaf.
      (Closes: #283870).


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/changelog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- changelog	28 Nov 2004 18:55:56 -0000	1.20
+++ changelog	2 Dec 2004 02:43:55 -0000	1.21
@@ -7,8 +7,13 @@
       peter hicks <peter.hicks@poggs.co.uk> (Closes: #282591).  
     - corrected nsca related paths in code and documentation.  thanks
       again to peter (Closes: #282791).
+    - other misc path fixes in html path-fixing patch.  there's probably
+      still more, but got a bunch of them.
     - fix for error value of config file removal in nagios-common
-      (Closes: #283355).  Thanks to Olaf van der Spek <OvdSpek@LIACS.NL>.
+      (Closes: #283355).  thanks to Olaf van der Spek <OvdSpek@LIACS.NL>.
+    - everything in hosts.cfg was duplicated because of a bug in the
+      postinst for nagios-common.  fixed.  thanks again to Olaf.
+      (Closes: #283870).
 
  -- Sean Finney <seanius@debian.org>  Wed, 24 Nov 2004 23:50:53 -0500
 

Index: nagios-common.postinst
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/nagios-common.postinst,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nagios-common.postinst	13 Nov 2004 23:56:20 -0000	1.3
+++ nagios-common.postinst	2 Dec 2004 02:43:55 -0000	1.4
@@ -181,7 +181,7 @@
     DEFAULTGW=$2
 
     TMPFILE=`tempfile -p nag.`
-    zcat /usr/share/doc/nagios-*/examples/template-object/hosts.cfg.gz | sed "s/@DEFAULT_GW@/$DEFAULTGW/" > $TMPFILE
+    zcat /usr/share/doc/nagios-common/examples/template-object/hosts.cfg.gz | sed "s/@DEFAULT_GW@/$DEFAULTGW/" > $TMPFILE
     mv $TMPFILE /etc/nagios/hosts.cfg
 fi