[Pkg-nagios-devel] nagios changelog,1.36,1.37 rules,1.13,1.14

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-serv18399

Modified Files:
	changelog rules 
Log Message:
added a --with-template-extinfo to configure for nagios-text


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/changelog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- changelog	9 Feb 2005 04:48:21 -0000	1.36
+++ changelog	10 Feb 2005 15:34:15 -0000	1.37
@@ -13,6 +13,7 @@
       deprecated.
     - restarting the init script no longer issues an extra "Restarting
       nagios", as it created some confusing output.
+    - template-based extinfo is restored for nagios-text.
 
  -- Sean Finney <seanius@debian.org>  Tue, 08 Feb 2005 23:32:31 -0500
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/rules,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rules	18 Jan 2005 06:57:16 -0000	1.13
+++ rules	10 Feb 2005 15:34:16 -0000	1.14
@@ -49,7 +49,7 @@
 
 CONFIGUREMY = $(CONFIGURE) --with-mysql-xdata
 
-CONFIGUREFI = $(CONFIGURE) 
+CONFIGUREFI = $(CONFIGURE) --with-template-extinfo
 
 
 # --------- CLEAN TARGETS