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 23:00:07
Module Name: basesrc
Committed By: itojun
Date: Fri Jul 2 06:00:07 UTC 1999
Modified Files:
basesrc/libexec/fingerd: Makefile fingerd.c
Log Message:
dual-stack fingerd. Run it from inetd like:
>>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and
IPv6 connections, while you can run both if you wish.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/libexec/fingerd/Makefile
cvs rdiff -r1.10 -r1.11 basesrc/libexec/fingerd/fingerd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.