Changed init scripts

This commit is contained in:
Michiel Broek
2002-02-04 15:18:06 +00:00
parent 8d4311b6a3
commit d1c532d1ca
13 changed files with 352 additions and 348 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
#
# /opt/mbse/etc/rc.shutdown: BBS Shutdown script for Slackware and FreeBSD
# /opt/mbse/etc/rc.shutdown: BBS Shutdown script for Slackware, FreeBSD and NetBSD.
#
# 13-Aug-2001
# $Id$
if [ "$MBSE_ROOT" = "" ]; then
export MBSE_ROOT=`cat /etc/passwd | grep mbse: | awk -F ':' '{ print $6}'`