NetBSD's inetd uses different syntex from FreeBSD's in faith support.

This commit is contained in:
Hajimu UMEMOTO 2001-05-24 19:00:22 +00:00
parent 4448b21cc6
commit 0c416cfcd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77143

View File

@ -280,9 +280,9 @@ Add the following lines into
.Xr inetd.conf 5 .
Syntax may vary depending upon your operating system.
.Bd -literal -offset
telnet stream faith/tcp6 nowait root faithd telnetd
ftp stream faith/tcp6 nowait root faithd ftpd -l
ssh stream faith/tcp6 nowait root faithd /usr/pkg/bin/sshd -i
telnet stream tcp6/faith nowait root /usr/sbin/faithd telnetd
ftp stream tcp6/faith nowait root /usr/sbin/faithd ftpd -l
ssh stream tcp6/faith nowait root /usr/sbin/faithd /usr/pkg/bin/sshd -i
.Ed
.Pp
.Xr inetd 8