From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 07:10:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C8FA16A4CE for ; Fri, 23 Jul 2004 07:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8AE43D45 for ; Fri, 23 Jul 2004 07:10:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6N7AVC3060455 for ; Fri, 23 Jul 2004 07:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6N7AVeW060454; Fri, 23 Jul 2004 07:10:31 GMT (envelope-from gnats) Date: Fri, 23 Jul 2004 07:10:31 GMT Message-Id: <200407230710.i6N7AVeW060454@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Duncan Barclay" Subject: Re: ports/69470: required_files in rc.subr incorrectly used X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Duncan Barclay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:10:31 -0000 The following reply was made to PR ports/69470; it has been noted by GNATS. From: "Duncan Barclay" To: , Cc: Subject: Re: ports/69470: required_files in rc.subr incorrectly used Date: Fri, 23 Jul 2004 08:09:14 +0100 Patch to fix against isc-dhcp3-server-3.0.1.r12_2 --- isc-dhcpd.sh~ Fri Jul 23 08:07:30 2004 +++ isc-dhcpd.sh Fri Jul 23 08:07:57 2004 @@ -41,9 +41,9 @@ rcvar=$(set_rcvar) command=/usr/local/sbin/${name} pidfile=/var/run/${name}.pid -required_files=${dhcpd_conf} start_precmd=${name}_precmd load_rc_config ${name} +required_files=${dhcpd_conf} run_rc_command "$1"