From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 20:28:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF85416A4CE for ; Wed, 7 Jul 2004 20:28:56 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6D743D1D for ; Wed, 7 Jul 2004 20:28:56 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-14.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BiJ2D-000Ivp-85; Wed, 07 Jul 2004 22:28:55 +0200 Date: Wed, 7 Jul 2004 22:29:27 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Drew Broadley From: Oliver Eikemeier In-Reply-To: <40EBDA99.5020309@corrupt.co.nz> Message-Id: <57C54530-D054-11D8-8006-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: current@freebsd.org cc: Colin Percival Subject: Re: bringing /etc/services up to date X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 20:28:56 -0000 Drew Broadley wrote: > Colin Percival wrote: > >> I've put together a patch to bring /etc/services up to date with >> almost a decade of IANA port assignments. Unfortunately, this >> turned out to be rather larger than I expected: It adds 6400 lines, >> and increases the size of /etc/services from 73 kB to 327 kB. >> Is anyone going to be very unhappy if I go ahead and commit this? >> >> Colin Percival >> > What are the netstat calls to /etc/services like with the update, any > performance decrease ? > > (I cannot think of any other application that uses them off the top of > my head) inetd(8) for example. -Oliver