[Pkg-voip-commits] r2356 - openser/trunk/debian

Julien Blache jblache at costa.debian.org
Fri Sep 8 13:05:47 UTC 2006


Author: jblache
Date: 2006-09-08 13:05:46 +0000 (Fri, 08 Sep 2006)
New Revision: 2356

Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/openser.init
Log:
Add LSB header to the init script.


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2006-09-08 12:53:30 UTC (rev 2355)
+++ openser/trunk/debian/changelog	2006-09-08 13:05:46 UTC (rev 2356)
@@ -12,8 +12,10 @@
       initscript (closes: #386464).
   * debian/openser.README.Debian:
     + Document initscript behaviour wrt fork=no.
+  * debian/openser.init:
+    + Add LSB header.
 
- -- Julien BLACHE <jblache at debian.org>  Fri,  8 Sep 2006 14:47:28 +0200
+ -- Julien BLACHE <jblache at debian.org>  Fri,  8 Sep 2006 15:04:58 +0200
 
 openser (1.1.0-2) unstable; urgency=low
 

Modified: openser/trunk/debian/openser.init
===================================================================
--- openser/trunk/debian/openser.init	2006-09-08 12:53:30 UTC (rev 2355)
+++ openser/trunk/debian/openser.init	2006-09-08 13:05:46 UTC (rev 2356)
@@ -1,16 +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 <miquels at cistron.nl>.
-#		Modified for Debian GNU/Linux
-#		by Ian Murdock <imurdock at gnu.ai.mit.edu>.
-#
-# Version:	@(#)skeleton  1.8  03-Mar-1998  miquels at cistron.nl
-#
-# adapted for openser by Daniel-Constantin Mierla <daniel at voice-system.ro>
-# $Id: openser.init,v 1.1.1.1.4.3 2006/02/02 16:01:58 dan_pascu Exp $
+### BEGIN INIT INFO
+# Provides:          openser
+# Required-Start:    $syslog $network $local_fs $time
+# Required-Stop:     $syslog $network $local_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start the OpenSER SIP proxy server
+# Description:       Start the OpenSER SIP proxy server
+### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/openser




More information about the Pkg-voip-commits mailing list