From ac531a9c54db9da9e8ea515dd33f6371125c7954 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Fri, 23 Dec 2016 17:24:56 -0700 Subject: isc-dhcp: bump version to latest and fix build issues Version bumped to 4.3.5. Separated out compile/install steps since compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch as something similar (better) is now upstream (well, more complete error checking anyway). Change relay scripts from '-l ifname' to '-U ifname' to correspond to upstream changes. Signed-off-by: Philip Prindeville --- net/isc-dhcp/files/dhcrelay6.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/isc-dhcp/files/dhcrelay6.init') diff --git a/net/isc-dhcp/files/dhcrelay6.init b/net/isc-dhcp/files/dhcrelay6.init index 0c6f7563f..2d1a170da 100644 --- a/net/isc-dhcp/files/dhcrelay6.init +++ b/net/isc-dhcp/files/dhcrelay6.init @@ -28,7 +28,7 @@ start() { if [ -n "$relay_lowers" ]; then local relay_lower for relay_lower in $relay_lowers; do - append relay_lower_args "-l $relay_lower" + append relay_lower_args "-U $relay_lower" done fi -- cgit v1.2.3