From 88d04f92891e4c34fd640f0b17afd28082dc7118 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 30 Aug 2005 20:28:13 +0000 Subject: [PATCH] Updated inetd.conf examples --- SETUP.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SETUP.sh b/SETUP.sh index 13cd727b..8033ca27 100644 --- a/SETUP.sh +++ b/SETUP.sh @@ -465,7 +465,12 @@ cat << EOF >>/etc/inetd.conf binkp stream tcp nowait mbse $MHOME/bin/mbcico mbcico -t ibn fido stream tcp nowait mbse $MHOME/bin/mbcico mbcico -t ifc tfido stream tcp nowait mbse $MHOME/bin/mbcico mbcico -t itn +# Example Linux telnet to the BBS #telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd -L $MHOME/bin/mblogin +# Example FreeBSD telnet to the BBS +#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -p $MHOME/bin/mblogin +# Example OpenBSD telnet to the BBS +#telnet stream tcp nowait root /usr/libexec/tcpd telnetd -L $MHOME/bin/mblogin EOF chmod 644 /etc/inetd.conf