From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 11:15:36 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 8497216A4CE for ; Wed, 7 Jul 2004 11:15:36 +0000 (GMT) Received: from mail.corrupt.co.nz (222-152-1-143.jetstream.xtra.co.nz [222.152.1.143]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E36C43D2F for ; Wed, 7 Jul 2004 11:15:35 +0000 (GMT) (envelope-from drew@corrupt.co.nz) Received: (qmail 60791 invoked by uid 1011); 7 Jul 2004 11:15:45 -0000 Received: from drew@corrupt.co.nz by tweety.lan.corrupt.co.nz by uid 1009 with qmail-scanner-1.22 Clear:RC:0(10.10.69.146):SA:0(0.0/3.8):. Processed in 5.352184 secs); 07 Jul 2004 11:15:45 -0000 X-Spam-Status: No, hits=0.0 required=3.8 Received: from unknown (HELO ?10.10.69.146?) (drew@corrupt.co.nz@10.10.69.146) by mail.corrupt.co.nz with SMTP; 7 Jul 2004 11:15:38 -0000 Message-ID: <40EBDB16.1020301@corrupt.co.nz> Date: Wed, 07 Jul 2004 23:14:30 +1200 From: Drew Broadley User-Agent: Mozilla Thunderbird 0.6 (X11/20040606) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Broadley References: <6.1.0.6.1.20040707033352.03dbca18@popserver.sfu.ca> <40EBDA99.5020309@corrupt.co.nz> In-Reply-To: <40EBDA99.5020309@corrupt.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 11:15:36 -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) > > - Drew + inetd ;) - Drew