From 0c416cfcd1ae33e06a25ea83d896d4c3339e84f2 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Thu, 24 May 2001 19:00:22 +0000 Subject: [PATCH] NetBSD's inetd uses different syntex from FreeBSD's in faith support. --- usr.sbin/faithd/faithd.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index d7e0fdcf210..6d552eb3ad5 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -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