Subject: CVS commit: src/usr.sbin/services_mkdb
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/15/2007 19:57:40
Module Name:	src
Committed By:	christos
Date:		Tue May 15 19:57:40 UTC 2007

Modified Files:
	src/usr.sbin/services_mkdb: services_mkdb.c

Log Message:
Change the way we parse so that the two lines"
	foo	11/tcp
	bar	11/tcp
are equivalent to:
	foo	11/tcp	bar
This way we can use the IANA services file properly *and* be able to augment
it with our entries without needing to intersperse our fixes.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.sbin/services_mkdb/services_mkdb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.