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

Julien Blache jblache at alioth.debian.org
Thu Apr 12 15:14:38 UTC 2007


Author: jblache
Date: 2007-04-12 15:14:37 +0000 (Thu, 12 Apr 2007)
New Revision: 3387

Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/openser.init
Log:
exit 0 if fork=no is specified


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2007-04-12 12:21:23 UTC (rev 3386)
+++ openser/trunk/debian/changelog	2007-04-12 15:14:37 UTC (rev 3387)
@@ -2,8 +2,11 @@
 
   * NOT RELEASED YET
 
- -- Julien BLACHE <jblache at debian.org>  Tue, 13 Mar 2007 17:08:28 +0100
+  * debian/openser.init:
+    + exit 0 if fork=no is specified.
 
+ -- Julien BLACHE <jblache at debian.org>  Thu, 12 Apr 2007 17:14:00 +0200
+
 openser (1.2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: openser/trunk/debian/openser.init
===================================================================
--- openser/trunk/debian/openser.init	2007-04-12 12:21:23 UTC (rev 3386)
+++ openser/trunk/debian/openser.init	2007-04-12 15:14:37 UTC (rev 3387)
@@ -30,7 +30,7 @@
 {
     if grep -q "^[[:space:]]*fork[[:space:]]*=[[:space:]]*no.*" /etc/openser/openser.cfg; then
 	echo "Not starting $DESC: fork=no specified in config file; run /etc/init.d/openser debug instead"
-	exit 1
+	exit 0
     fi
 }
 




More information about the Pkg-voip-commits mailing list