[Pkg-voip-commits] r2954 - stun/trunk/debian

Kilian Krause kilian at alioth.debian.org
Sat Jan 6 22:54:47 CET 2007


Author: kilian
Date: 2007-01-06 22:54:47 +0100 (Sat, 06 Jan 2007)
New Revision: 2954

Modified:
   stun/trunk/debian/changelog
   stun/trunk/debian/init.d
Log:
fix init script again.
Release stun 0.96.dfsg-4.


Modified: stun/trunk/debian/changelog
===================================================================
--- stun/trunk/debian/changelog	2007-01-05 00:48:52 UTC (rev 2953)
+++ stun/trunk/debian/changelog	2007-01-06 21:54:47 UTC (rev 2954)
@@ -1,8 +1,8 @@
-stun (0.96.dfsg-4) UNRELEASED; urgency=low
+stun (0.96.dfsg-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fix startup again. (Closes: #388037)
 
- -- Kilian Krause <kilian at debian.org>  Wed,  3 Jan 2007 20:51:55 +0100
+ -- Kilian Krause <kilian at debian.org>  Sat,  6 Jan 2007 22:53:52 +0100
 
 stun (0.96.dfsg-3) unstable; urgency=high
 

Modified: stun/trunk/debian/init.d
===================================================================
--- stun/trunk/debian/init.d	2007-01-05 00:48:52 UTC (rev 2953)
+++ stun/trunk/debian/init.d	2007-01-06 21:54:47 UTC (rev 2954)
@@ -18,14 +18,13 @@
 
 test -x $DAEMON || exit 0
 
-if [ "$START_DAEMON" != "true" ] ; then 
-	exit 0
-fi
-
 # Include stun defaults if available
 if [ -f /etc/default/stun ] ; then
 	. /etc/default/stun
 fi
+if [ "$START_DAEMON" != "true" ] ; then 
+	exit 0
+fi
 if [ -z $PRIMARY_IP ];then
 	echo "No primary IP given. Exiting."
 	exit 1




More information about the Pkg-voip-commits mailing list