From b44d50811727450f1ae0b9530741d0c1705087f3 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 25 Aug 2007 19:31:59 +0000 Subject: [PATCH] Added example telnet login for NetBSD --- SETUP.sh | 6 +++--- html/programs/mblogin.html | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/SETUP.sh b/SETUP.sh index a6b03425..c0fc3520 100644 --- a/SETUP.sh +++ b/SETUP.sh @@ -471,8 +471,8 @@ tfido stream tcp nowait mbse $MHOME/bin/mbcico mbcico -t itn #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 -# Example OpenBSD telnet to the BBS -#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -g mbse +# Example NetBSD telnet to the BBS +#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -g mbsebbs EOF chmod 644 /etc/inetd.conf @@ -496,7 +496,7 @@ cat << EOF >>/etc/ # # Login entry for mbsebbs. # -mbse:lo=/opt/mbse/bin/mblogin +mbsebbs:cd:ck:np:lo=$MHOME/bin/mblogin:sp#38400: EOF fi fi diff --git a/html/programs/mblogin.html b/html/programs/mblogin.html index 6fbc0761..6c1beac3 100644 --- a/html/programs/mblogin.html +++ b/html/programs/mblogin.html @@ -14,7 +14,7 @@
-
Last update 22-Jan-2003
+
Last update 25-Aug-2007

mblogin - Unix login replacement for MBSE BBS.

Synopsis.

@@ -47,7 +47,9 @@ remote access to do maintenance.

If your system is connected to the internet you may want to let users login using telnet. The changes you need to make are different for each operating -system mbse supports. +system mbse supports. The right lines for your distribution should already +be present, but they are not set active, in other words, you still need to +make changes to allow telnet login to work. I will describe how to use it from inetd. When you make changes to your system to change the telnet login, make sure you are already logged into your system as root