Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/services_mkdb



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.




Home | Main Index | Thread Index | Old Index