Updated some docs

This commit is contained in:
Michiel Broek 2001-11-18 18:04:11 +00:00
parent a1d9bd4216
commit b2850d1478
3 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -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.

2
TODO
View File

@ -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.