Updated some docs
This commit is contained in:
parent
a1d9bd4216
commit
b2850d1478
6
CRON.sh
6
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
|
||||
|
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?
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user