[Pkg-nagios-devel] nagios changelog,1.32,1.33 rules,1.12,1.13

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

Modified Files:
	changelog rules 
Log Message:
run as S30 instead of S20 (default of update-rc.d) to give mysql-server
or postgresql server time to run.


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/changelog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- changelog	18 Jan 2005 06:40:04 -0000	1.32
+++ changelog	18 Jan 2005 06:57:16 -0000	1.33
@@ -29,6 +29,11 @@
       issues that postgresql users were having with lacking documentation.
       thanks also to Marcus Better and Klaus Schiwinsky for their reports
       (closes: #287324, #288705).
+    - now start with as a S30 script instead of S20, to make sure we
+      give a potential mysql/postgresql server a bit more time to
+      start up.  not the perfect solution, but should work for most
+      cases.  thanks to Marcus Better <marcus@better.se> for pointing
+      this out (closes: #289109).
 
  -- Sean Finney <seanius@debian.org>  Mon, 10 Jan 2005 15:13:21 -0800
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/rules,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rules	17 Jan 2005 18:34:52 -0000	1.12
+++ rules	18 Jan 2005 06:57:16 -0000	1.13
@@ -209,7 +209,7 @@
 				done; \
 	)
 	dh_installchangelogs -p$@ -P$(b)/$@ Changelog
-	dh_installinit 		 -p$@ -P$(b)/$@ --name nagios
+	dh_installinit 	     -p$@ -P$(b)/$@ --name nagios -- defaults 30
 	dh_install           -p$@ -P$(b)/$@
 	chmod +x $(maindir)/debian/nagios-common/usr/lib/nagios/plugins/check-imap
 	chmod +x $(maindir)/debian/nagios-common/usr/lib/cgi-bin/nagios/traceroute.cgi