Initial revision

This commit is contained in:
Ken Bowley
2001-08-17 05:46:24 +00:00
commit 40420d900a
750 changed files with 177485 additions and 0 deletions

15
script/rc Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
#
# $MBSE_ROOT/etc/rc: BBS Startup script for Slackware.
#
# 08-Jul-1999
# Remove stale tempfiles from cron.
rm -f /tmp/cron.mbse.*
if [ "$MBSE_ROOT" = "" ]; then
export MBSE_ROOT=`cat /etc/passwd | grep mbse: | awk -F ':' '{ print $6}'`
fi
su - mbse -c $MBSE_ROOT/bin/mbse.start