Updated some docs
This commit is contained in:
parent
a1d9bd4216
commit
b2850d1478
6
CRON.sh
6
CRON.sh
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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.
|
# Basic checks.
|
||||||
if [ `whoami` != "mbse" ]; then
|
if [ `whoami` != "mbse" ]; then
|
||||||
|
6
MBSE.FAQ
6
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?
|
1.6 How to start mbsebbs from inetd?
|
||||||
|
|
||||||
A: For Linux: ss root edit the file /etc/inetd.conf and change the entry
|
A: This is not possible anymore from version 0.33.19 and later.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
TODO
2
TODO
@ -44,8 +44,6 @@ mbsebbs:
|
|||||||
L: Better word wrapping or paragraph justification in editor.
|
L: Better word wrapping or paragraph justification in editor.
|
||||||
|
|
||||||
mbfido:
|
mbfido:
|
||||||
U: postnetmail doesn't set msgid and reply for storenet.
|
|
||||||
|
|
||||||
U: Code cleanup and make a structure in this program. Remove duplicate
|
U: Code cleanup and make a structure in this program. Remove duplicate
|
||||||
or similar functions.
|
or similar functions.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user