From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 18 08:54:45 2007 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7C5C16A417; Tue, 18 Sep 2007 08:54:45 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.freebsd.org (Postfix) with ESMTP id 232CA13C45A; Tue, 18 Sep 2007 08:54:44 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.8/8.13.8) with ESMTP id l8I8gV3c030407; Tue, 18 Sep 2007 10:42:31 +0200 (CEST) (envelope-from Joerg.Pulz@frm2.tum.de) X-Virus-Scanned: at mailhost.frm2.tum.de Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) (authenticated bits=0) by mailhost.frm2.tum.de (8.13.8/8.13.8) with ESMTP id l8I8gOcV030401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 18 Sep 2007 10:42:26 +0200 (CEST) (envelope-from Joerg.Pulz@frm2.tum.de) Date: Tue, 18 Sep 2007 10:42:20 +0200 (CEST) From: Joerg Pulz To: Eygene Ryabinkin In-Reply-To: <20070918060835.GJ21395@void.codelabs.ru> Message-ID: <20070918092300.T3767@unqrf.nqzva.sez2> References: <200709010616.l816GBnR079910@freefall.freebsd.org> <20070918060835.GJ21395@void.codelabs.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mailhost.frm2.tum.de [129.187.179.12]); Tue, 18 Sep 2007 10:42:26 +0200 (CEST) Cc: freebsd-ports-bugs@FreeBSD.org, Sergey Matveychuk , edwin@FreeBSD.org Subject: Re: ports/115967: enable chrooted net/isc-dhcp3-server on the FreeBSD 7.x 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: Tue, 18 Sep 2007 08:54:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 18 Sep 2007, Eygene Ryabinkin wrote: > Good day. > > Per note of Sergey Matveichuk, I am attaching the properly idented > version of the patch for the rc.d script. > > --- isc-dhcpd.in.patch begins here --- > --- isc-dhcpd.in.orig 2007-09-18 09:53:53.000000000 +0400 > +++ isc-dhcpd.in 2007-09-18 09:54:41.000000000 +0400 > @@ -354,11 +354,14 @@ > err 1 "dhcpd_devfs_enable and dhcpd_makedev_enable" \ > "are mutually exclusive. enable only one!" > fi > - if checkyesno dhcpd_devfs_enable && > - ! ( type mount_devfs ) > /dev/null 2>&1; then > - warn "dhcpd_devfs_enable disabled" \ > - "-- not available" > - dhcpd_devfs_enable=NO > + if test `uname -r | cut -c 1` -le 6; then > + if checkyesno dhcpd_devfs_enable && > + ! ( type mount_devfs ) > /dev/null 2>&1; > + then > + warn "dhcpd_devfs_enable disabled" \ > + "-- not available" > + dhcpd_devfs_enable=NO > + fi > fi > if checkyesno dhcpd_makedev_enable && > ! [ -x ${__dhcpd_devdir}/MAKEDEV ]; then > --- isc-dhcpd.in.patch ends here --- > > Please, treat this as a gentle reminder ;)) for the maintainer that > this problem exists and it will be great to fix it before 7.0, > because some people running ISC DHCPD can move there and find that > the (almost) default configuration of dhcpd does no work anymore. Dear Eygene, sorry for my late response, but private stuuf kept me away from the computer for nearly 3 weeks. Anyway, thanks for your work. Would you please submit the refined version of the patch as follow-up to the original PR, i will then approve it ASAP. Thnaks a lot Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFG749wSPOsGF+KA+MRAtknAJ401CVXueqS37Obh6ZRO87bxPxkVgCfRXUn XFhJMGC5BEDuadHnAbf8dcY= =arzU -----END PGP SIGNATURE-----