[Pkg-voip-commits] r5390 - in /openser/trunk/debian: changelog openser.init

jblache at alioth.debian.org jblache at alioth.debian.org
Fri Mar 28 21:54:01 UTC 2008


Author: jblache
Date: Fri Mar 28 21:54:00 2008
New Revision: 5390

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5390
Log:
Fix bashism in init script.

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

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5390&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Fri Mar 28 21:54:00 2008
@@ -2,7 +2,10 @@
 
   * NOT RELEASED YET
 
- -- Julien BLACHE <jblache at debian.org>  Wed, 12 Mar 2008 23:05:28 +0100
+  * debian/openser.init:
+    + Fix echo -e bashism (closes: #472896).
+
+ -- Julien BLACHE <jblache at debian.org>  Fri, 28 Mar 2008 22:42:21 +0100
 
 openser (1.3.1-1) unstable; urgency=low
 

Modified: openser/trunk/debian/openser.init
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/openser.init?rev=5390&op=diff
==============================================================================
--- openser/trunk/debian/openser.init (original)
+++ openser/trunk/debian/openser.init Fri Mar 28 21:54:00 2008
@@ -43,7 +43,9 @@
 	set -e
 	if [ "$retcode" != '0' ]; then
 	    echo "Not starting $DESC: invalid configuration file!"
-	    echo -e "\n$out\n"
+	    echo
+	    echo "$out"
+	    echo
 	    exit 1
 	fi
 }




More information about the Pkg-voip-commits mailing list