Commit Graph

10 Commits

Author SHA1 Message Date
christos
b13d830ce7 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.
2007-05-15 19:57:40 +00:00
christos
3409f393b9 specify the initial hash parameters so that we don't end up rehashing a
zillion times. Makes this run 50x faster.
2007-05-13 17:43:59 +00:00
christos
aa08bd4677 add one more missing warn. 2007-05-08 20:17:57 +00:00
christos
deb490e687 Add quiet mode. 2007-05-08 20:14:59 +00:00
wiz
66be93d7db Sort sections. Punctuation nits. 2006-07-30 00:24:40 +00:00
christos
b00752709e more cleanups. 2006-07-28 16:34:28 +00:00
christos
ee343feee7 use indirect lookup to save space. 2006-07-28 15:15:16 +00:00
christos
69ee26299b Put this back, heavily hacked by me. 2006-07-27 22:13:38 +00:00
lukem
4ee8c8fdad it's unlikely that 1.4 will ship with support for db backends for
services, and if it does, the work this was going to do could be done
with awk | makedbm ...
1999-02-12 04:24:49 +00:00
lukem
cb2392ad04 services_mkdb; generate db file from services(5) to increase speed of getserv*() 1999-02-08 03:57:04 +00:00