Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/12/2000 19:56:49
Module Name:	basesrc
Committed By:	itojun
Date:		Sat May 13 02:56:48 UTC 2000

Modified Files:
	basesrc/usr.sbin/inetd: inetd.c

Log Message:
correct extremely unfriendly error message when the kernel does not
support the address family (like including "tcp6" in inetd.conf, on
non-IPv6 kernel).

was:
inetd[185]: ftp/tcp6: *: hostname nor servname provided, or not known
now:
inetd[315]: ftp/tcp6: *: the address family is not supported by the kernel


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 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.