[Pkg-voip-commits] r5350 - in /rtpproxy/trunk/debian: changelog rtpproxy.init

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sat Mar 22 22:30:24 UTC 2008


Author: marcusb-guest
Date: Sat Mar 22 22:30:24 2008
New Revision: 5350

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5350
Log:
Update LSB headers.

Modified:
    rtpproxy/trunk/debian/changelog
    rtpproxy/trunk/debian/rtpproxy.init

Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=5350&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Sat Mar 22 22:30:24 2008
@@ -2,6 +2,7 @@
 
   [ Marcus Better ]
   * New upstream release.
+  * Updated LSB headers. (Closes: #469111)
   * Do not install emtpy change log and superfluous README.Debian.
     (Closes: #470768)
   * debian/control: Do not build-depend on dpatch, there were no patches.

Modified: rtpproxy/trunk/debian/rtpproxy.init
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rtpproxy.init?rev=5350&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rtpproxy.init (original)
+++ rtpproxy/trunk/debian/rtpproxy.init Sat Mar 22 22:30:24 2008
@@ -1,25 +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 <miquels at cistron.nl>.
-#		Modified for Debian 
-#		by Ian Murdock <imurdock at gnu.ai.mit.edu>.
-#
-# Version:	@(#)skeleton  1.9  26-Feb-2001  miquels at cistron.nl
-#
-
 ### BEGIN INIT INFO
 # Provides:          rtpproxy
-# Required-Start:    $local_fs
-# Required-Stop:     $local_fs
-# Should-Start:      
-# Should-Stop:       
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: RTP Proxy
-# Description:       Proxy for RTP streams of VoIP clients
+# Description:       Relay for VoIP media streams
 ### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin




More information about the Pkg-voip-commits mailing list