[pkg-dhcp-devel] Bug#815319: Fix for upgrade process

Tim Myra timmyra at timmyra.com
Mon Jun 13 02:07:33 UTC 2016


I believe the broken upgrade is due to a scoping issue when $INTERFACESv4 isn't defined in /etc/defaults/isc-dhcp-server ($DHCPD_DEFAULT).

To fix the upgrade process an update is needed to the /etc/init.d/isc-dhcp-server file on 4.3.4-1 to define $INTERFACESv4 before sourcing $DHCPD_DEFAULT, eg:


<snip>
.......
. /lib/lsb/init-functions

INTERFACESv4=""

# Read init script configuration
[ -f "$DHCPD_DEFAULT" ] && . "$DHCPD_DEFAULT"
......
</snip>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-dhcp-devel/attachments/20160613/7aa08b68/attachment.html>


More information about the pkg-dhcp-devel mailing list