From owner-freebsd-ports Sat Oct 6 6:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914F537B401 for ; Sat, 6 Oct 2001 06:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96DK1n27012; Sat, 6 Oct 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 6 Oct 2001 06:20:01 -0700 (PDT) Message-Id: <200110061320.f96DK1n27012@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Date: Sat, 6 Oct 2001 15:15:32 +0200 (CEST) oops, the attachment has disappeared from gnats ! here it is : --- /dev/null Sat Oct 6 00:22:07 2001 +++ files/rc.isc-dhcpd.conf.sample Mon Aug 20 23:01:57 2001 @@ -0,0 +1,7 @@ +# $FreeBSD$ +# +# isc-dhcpd startup configuration file. +# + +dhcpd_options= # command option(s) +dhcpd_ifaces= # ethernet interface(s) diff -ruN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ /usr/nports/net/isc-dhcp3/files/isc-dhcpd.sh.sample ./files/isc-dhcpd.sh.sample --- /usr/nports/net/isc-dhcp3/files/isc-dhcpd.sh.sample Wed Aug 22 05:10:02 2001 +++ ./files/isc-dhcpd.sh.sample Sat Oct 6 02:06:09 2001 @@ -47,7 +47,7 @@ "unable to start: ${program_path} is missing." exit 72 fi - if [ ! -f ${config_file} ]; then + if [ ! -f ${config_path} ]; then logger -sp ${syslog_facility} -t ${program_file} \ "unable to start: ${config_path} is missing." exit 72 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message