Author: jih Date: 2008-07-12 11:01:20 +0200 (Sat, 12 Jul 2008) New Revision: 1037
Modified: branches/1.0.0/pkg/debian/sems.init trunk/pkg/debian/sems.init Log: * Added LSB info to Debian init scripts in order to avoid warning when init script is installed. Modified: branches/1.0.0/pkg/debian/sems.init =================================================================== --- branches/1.0.0/pkg/debian/sems.init 2008-07-12 07:35:34 UTC (rev 1036) +++ branches/1.0.0/pkg/debian/sems.init 2008-07-12 09:01:20 UTC (rev 1037) @@ -1,16 +1,12 @@ #! /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 <[EMAIL PROTECTED]>. -# Modified for Debian GNU/Linux -# by Ian Murdock <[EMAIL PROTECTED]>. -# -# Version: @(#)skeleton 1.8 03-Mar-1998 [EMAIL PROTECTED] -# -# adapted for ser by Andrei Pelinescu-Onciul <[EMAIL PROTECTED]> -# $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 Modified: trunk/pkg/debian/sems.init =================================================================== --- trunk/pkg/debian/sems.init 2008-07-12 07:35:34 UTC (rev 1036) +++ trunk/pkg/debian/sems.init 2008-07-12 09:01:20 UTC (rev 1037) @@ -1,17 +1,14 @@ #! /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 <[EMAIL PROTECTED]>. -# Modified for Debian GNU/Linux -# by Ian Murdock <[EMAIL PROTECTED]>. -# -# Version: @(#)skeleton 1.8 03-Mar-1998 [EMAIL PROTECTED] -# -# adapted for ser by Andrei Pelinescu-Onciul <[EMAIL PROTECTED]> -# $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 . /etc/default/sems _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
