From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 22 16:20:38 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 56E7616A412 for ; Fri, 22 Sep 2006 16:20:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC3E43D58 for ; Fri, 22 Sep 2006 16:20:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8MGKb2M006730 for ; Fri, 22 Sep 2006 16:20:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8MGKbhn006729; Fri, 22 Sep 2006 16:20:37 GMT (envelope-from gnats) Resent-Date: Fri, 22 Sep 2006 16:20:37 GMT Resent-Message-Id: <200609221620.k8MGKbhn006729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAKAHASHI Kaoru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A149D16A407 for ; Fri, 22 Sep 2006 16:19:10 +0000 (UTC) (envelope-from kaoru@rave.kaoru.trans-nt.com) Received: from mpb1.plala.or.jp (mpb1.plala.or.jp [58.93.253.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA7643D53 for ; Fri, 22 Sep 2006 16:19:07 +0000 (GMT) (envelope-from kaoru@rave.kaoru.trans-nt.com) Received: from rave.kaoru.trans-nt.com ([220.221.61.149]) by mpb1.plala.or.jp with ESMTP id <20060922161904.IWTO1555.mpb1.plala.or.jp@rave.kaoru.trans-nt.com>; Sat, 23 Sep 2006 01:19:04 +0900 Received: by rave.kaoru.trans-nt.com (Postfix, from userid 10666) id 8BACB55D37; Sat, 23 Sep 2006 01:19:03 +0900 (JST) Message-Id: <20060922161903.8BACB55D37@rave.kaoru.trans-nt.com> Date: Sat, 23 Sep 2006 01:19:03 +0900 (JST) From: TAKAHASHI Kaoru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: oli@isnic.is Subject: ports/103491: [PATCH] dns/nsd: Fix required_files in rc.d/nsd.sh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:20:38 -0000 >Number: 103491 >Category: ports >Synopsis: [PATCH] dns/nsd: Fix required_files in rc.d/nsd.sh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 22 16:20:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: FreeBSD 5.4-RELEASE-p14 i386 >Organization: >Environment: System: FreeBSD rave.kaoru.trans-nt.com 5.4-RELEASE-p14 FreeBSD 5.4-RELEASE-p14 #0: Mon Apr 24 13:57:18 JST 2006 >Description: NSD 3 is not need nsd.zones. But rc.d/nsd.sh require nsd.zones. Please use nsd.conf instead of nsd.zones for required_files in rc.d/nsd.sh. Port maintainer (oli@isnic.is) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- nsd-3.0.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/dns/nsd/files/nsd.sh.tmpl /tmp/nsd/files/nsd.sh.tmpl --- /usr/ports/dns/nsd/files/nsd.sh.tmpl Thu Nov 4 22:09:07 2004 +++ /tmp/nsd/files/nsd.sh.tmpl Sat Sep 23 01:09:58 2006 @@ -17,7 +17,7 @@ prefix=%%PREFIX%% -required_files=%%NSDDIR%%/nsd.zones +required_files=%%NSDDIR%%/nsd.conf command=/usr/local/sbin/${name} pidfile=/var/run/${name}.pid --- nsd-3.0.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: