From owner-cvs-ports@FreeBSD.ORG Fri Jun 3 12:31:24 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB357106564A; Fri, 3 Jun 2011 12:31:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BABC18FC13; Fri, 3 Jun 2011 12:31:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p53CVOLA013725; Fri, 3 Jun 2011 12:31:24 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p53CVOvR013724; Fri, 3 Jun 2011 12:31:24 GMT (envelope-from wxs) Message-Id: <201106031231.p53CVOvR013724@repoman.freebsd.org> From: Wesley Shields Date: Fri, 3 Jun 2011 12:31:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/isc-dhcp41-relay pkg-plist ports/net/isc-dhcp41-server Makefile ports/net/isc-dhcp41-server/files isc-dhcrelay.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 12:31:24 -0000 wxs 2011-06-03 12:31:24 UTC FreeBSD ports repository Modified files: net/isc-dhcp41-relay pkg-plist net/isc-dhcp41-server Makefile net/isc-dhcp41-server/files isc-dhcrelay.in Log: net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd and isc-dhcpd6 when it is built with IPv6 support. net/isc-dchp41-relay could be built with IPv6 support, but it doesn't provide way to start two realys (for IPv4 and IPv6) simultaneously. This patch changes RC_SUBR script isc-dhcrelay to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6 when port is built with IPv6 support. PR: ports/157501 Submitted by: lev@ Approved by: Douglas Thrift (maintainer) Revision Changes Path 1.2 +3 -1 ports/net/isc-dhcp41-relay/pkg-plist 1.21 +5 -1 ports/net/isc-dhcp41-server/Makefile 1.2 +31 -7 ports/net/isc-dhcp41-server/files/isc-dhcrelay.in