Title: [opsview] [13169] Testing: It looks like there are no such init scripts for db_installinit to install, so let's not attempt it.
Revision
13169
Author
pknight
Date
2013-08-07 11:46:48 +0100 (Wed, 07 Aug 2013)

Log Message

Testing: It looks like there are no such init scripts for db_installinit to install, so let's not attempt it.

Modified Paths

Modified: trunk/opsview-core/debian/rules
===================================================================
--- trunk/opsview-core/debian/rules	2013-08-07 10:28:22 UTC (rev 13168)
+++ trunk/opsview-core/debian/rules	2013-08-07 10:46:48 UTC (rev 13169)
@@ -30,7 +30,7 @@
 
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -47,12 +47,12 @@
 	# Add here commands to clean up after the build process.
 #	-$(MAKE) clean
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# Add here commands to install the package into debian/opsview-core.
@@ -67,19 +67,19 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 #	dh_install
 #	dh_installmenu
-	dh_installdebconf	
+	dh_installdebconf
 #	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
 #	dh_python
 	# have to ensure opsview is stopped before mysql
-	dh_installinit --init-script="opsview.init" --name='opsview' --update-rcd-params="defaults 85 12"
+	# dh_installinit --init-script="opsview.init" --name='opsview' --update-rcd-params="defaults 85 12"
 	dh_installinit --init-script='opsview-agent.init' --name='opsview-agent' --update-rcd-params="defaults 86 11"
 	dh_installcron --name='opsview'
 #	dh_installinfo

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to