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

14
script/rc.shutdown Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
#
# /mnt/prod/mbse/etc/rc.shutdown: BBS Shutdown script for Slackware
#
# 08-Jul-1998
if [ "$MBSE_ROOT" = "" ]; then
export MBSE_ROOT=`cat /etc/passwd | grep mbse: | awk -F ':' '{ print $6}'`
fi
su mbse -c $MBSE_ROOT/bin/mbse.stop
sleep 2
#