Patches for SuSE init
This commit is contained in:
@@ -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}'`
|
||||
|
Reference in New Issue
Block a user