Subject: triple lines in services files [was: Re: CVS commit: src/distrib]
To: None <current-users@NetBSD.org>
From: Jukka Salmi <j+nbsd@2007.salmi.ch>
List: current-users
Date: 05/11/2007 09:42:06
Tom Spindler --> source-changes (2007-05-10 23:22:33 +0000):
> 
> Module Name:	src
> Committed By:	dogcow
> Date:		Thu May 10 23:22:33 UTC 2007
> 
[...]
> Added Files:
> 	src/distrib/common: services
> 
> Log Message:
> Since /etc/services has gotten rather large, use a minimal one for install
> kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
> with the lack of an /etc/services file, it appears.)

Thanks! But as in the recently committed etc/services lots of udp
services are listed triply:

$ grep '^[^#]' distrib/common/services | \
> awk '{print $2, $1}' | sort -n | uniq -d
3326/udp sftu
3327/udp bbars
3328/udp egptlm
[...]
48129/udp blp5
48556/udp com-bardac-dw
48619/udp iqobject


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~