Control: tag -1 patch

-- 

Hello,

In wheezie, the daemon fails to start too but it does not make the install fail.

The culprit is commit 3bda3b9ab952fba89e2b7c96a8fc793d8c0d39a5 [1], hence the 
attached patch.

Perhaps the good behaviour should be not even trying to start the daemon when 
no previous configuration was found...

Cheers,

-- 
François-Régis
Description: Don't fail install when dh_installinit fails
Author: François-Régis Vuillemin (frv) <frv-deb...@miradou.com>
Bug: 755834
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: isc-dhcp/debian/rules
===================================================================
--- isc-dhcp.orig/debian/rules
+++ isc-dhcp/debian/rules
@@ -62,6 +62,9 @@ override_dh_install:
 	cp contrib/dhcp-lease-list.pl \
 	    debian/isc-dhcp-server/usr/sbin/dhcp-lease-list
 
+override_dh_installinit:
+	dh_installinit --error-handler=init_script_error_handler
+
 override_dh_strip:
 	dh_strip --dbg-package=isc-dhcp-dbg
 

Attachment: signature.asc
Description: Digital signature

Reply via email to