* Added LSB info to Debian init scripts in order to avoid warning when

init script is installed.


git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1037 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Juha Heinanen 18 years ago
parent ffe996810a
commit 479ec879a9

@ -1,16 +1,13 @@
#! /bin/sh
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
#
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
# Modified for Debian GNU/Linux
# by Ian Murdock <imurdock@gnu.ai.mit.edu>.
#
# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl
#
# adapted for ser by Andrei Pelinescu-Onciul <pelinescu-onciul@fokus.gmd.de>
# $Id: ser.init,v 1.3 2007/11/05 15:33:12 paka Exp $
### BEGIN INIT INFO
# Provides: sems
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop SEMS Application Server
### END INIT INFO
# read configuration from /etc/default/sems file
if test -f /etc/default/sems ; then

Loading…
Cancel
Save