From b2850d14785e5c2346e9f366da065b2a406c7106 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 18 Nov 2001 18:04:11 +0000 Subject: [PATCH] Updated some docs --- CRON.sh | 6 +++--- MBSE.FAQ | 6 +----- TODO | 2 -- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CRON.sh b/CRON.sh index 631538b7..a9109512 100644 --- a/CRON.sh +++ b/CRON.sh @@ -1,10 +1,10 @@ #!/bin/sh # -# Crontab setup script for MBSE BBS +# $Id$ # -# (C) Michiel Broek, v0.06 06-Mar-2001 +# Crontab setup script for MBSE BBS -echo "MBSE BBS for Linux crontab setup. Checking your system..." +echo "MBSE BBS for Unix crontab setup. Checking your system..." # Basic checks. if [ `whoami` != "mbse" ]; then diff --git a/MBSE.FAQ b/MBSE.FAQ index a4f00122..82c1120f 100644 --- a/MBSE.FAQ +++ b/MBSE.FAQ @@ -72,11 +72,7 @@ A: tail -f /opt/mbse/log/system.log or start mbmon. 1.6 How to start mbsebbs from inetd? -A: For Linux: ss root edit the file /etc/inetd.conf and change the entry -for telnet like this: -telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd -L /opt/mbse/bin/mbsebbs -Then restart inetd with "kill -HUP `pidof inetd`". If you now telnet to your -system the bbs is started directly without the Unix login prompt. +A: This is not possible anymore from version 0.33.19 and later. diff --git a/TODO b/TODO index 90eebc66..9587cc54 100644 --- a/TODO +++ b/TODO @@ -44,8 +44,6 @@ mbsebbs: L: Better word wrapping or paragraph justification in editor. mbfido: - U: postnetmail doesn't set msgid and reply for storenet. - U: Code cleanup and make a structure in this program. Remove duplicate or similar functions.