Subject: Re: CVS commit: src/etc
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 10/09/2006 21:07:05
Elad Efrat <elad@netbsd.org> writes:

> Module Name:	src
> Committed By:	elad
> Date:		Sun Oct  8 14:30:26 UTC 2006
>
> Modified Files:
> 	src/etc: services
>
> Log Message:
> PR/33029: Frank Kardel: /etc/services not up to date?
>
> We probably won't be synchronizing with the IANA list (which is above 14k
> lines), but would rather add the services <1024.

Don't we have support for a DBified services table now?  That would
make the size less of an issue.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))