[Pkg-voip-commits] r10607 - in /stun/trunk/debian: changelog stun-server.stun.init

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Dec 21 22:31:58 UTC 2014


Author: kilian
Date: Sun Dec 21 22:31:58 2014
New Revision: 10607

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10607
Log:
Update init.d script to provide itself and depend on remote_fs

Modified:
    stun/trunk/debian/changelog
    stun/trunk/debian/stun-server.stun.init

Modified: stun/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/stun/trunk/debian/changelog?rev=10607&op=diff
==============================================================================
--- stun/trunk/debian/changelog	(original)
+++ stun/trunk/debian/changelog	Sun Dec 21 22:31:58 2014
@@ -13,8 +13,9 @@
   * Ignore error in stop, i.e. daemon already shut down (Closes: #645948)
   * Update get-orig-source to remove all .svn and rfc*
   * Add Description to init script
+  * Update init.d script to provide itself and depend on remote_fs
 
- -- Kilian Krause <kilian at debian.org>  Sun, 21 Dec 2014 22:57:41 +0100
+ -- Kilian Krause <kilian at debian.org>  Sun, 21 Dec 2014 23:31:37 +0100
 
 stun (0.96.dfsg-6) unstable; urgency=low
 

Modified: stun/trunk/debian/stun-server.stun.init
URL: http://svn.debian.org/wsvn/pkg-voip/stun/trunk/debian/stun-server.stun.init?rev=10607&op=diff
==============================================================================
--- stun/trunk/debian/stun-server.stun.init	(original)
+++ stun/trunk/debian/stun-server.stun.init	Sun Dec 21 22:31:58 2014
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          stund
-# Required-Start:    $network
-# Required-Stop:     $network
+# Provides:          stun
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $network $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: STUN server to help clients with their NAT 




More information about the Pkg-voip-commits mailing list