Patches for SuSE init

This commit is contained in:
Michiel Broek
2002-05-10 14:23:24 +00:00
parent 27084921d9
commit 23804d10f1
4 changed files with 22 additions and 3 deletions

View File

@@ -3,7 +3,13 @@
# $Id$
#
# /sbin/init.d/mbsed for SuSE
#
### BEGIN INIT INFO
# Provides: mbsed
# Default-Start: 2 3 5
# Default-Stop:
# Description: Start MBSE BBS
### END INIT INFO
# Find the MBSE_ROOT from the /etc/passwd file.
MBSE_ROOT=`cat /etc/passwd | grep mbse: | awk -F ':' '{ print $6}'`