Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/01/1999 21:48:21
Module Name: basesrc
Committed By: itojun
Date: Fri Jul 2 04:48:20 UTC 1999
Modified Files:
basesrc/usr.sbin/inetd: Makefile inetd.8 inetd.c
Log Message:
dual-stack inetd. you can write "tcp6" or "tcp4" into "protocol" field.
(the style is the rough consensus among v6 implementers so it will be
the standard style)
TODO: test rpc and tcpmux on IPv6.
TODO: test identd over IPv6.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/inetd/Makefile
cvs rdiff -r1.18 -r1.19 basesrc/usr.sbin/inetd/inetd.8
cvs rdiff -r1.48 -r1.49 basesrc/usr.sbin/inetd/inetd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.