[Pkg-voip-commits] r5514 - in /ser/trunk/debian: changelog ser.init
marcusb-guest at alioth.debian.org
marcusb-guest at alioth.debian.org
Tue Apr 8 09:06:28 UTC 2008
Author: marcusb-guest
Date: Tue Apr 8 09:06:28 2008
New Revision: 5514
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5514
Log:
* Removed bashism from the init script. Thanks to Chris Lamb. (Closes: #473704)
Modified:
ser/trunk/debian/changelog
ser/trunk/debian/ser.init
Modified: ser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/changelog?rev=5514&op=diff
==============================================================================
--- ser/trunk/debian/changelog (original)
+++ ser/trunk/debian/changelog Tue Apr 8 09:06:28 2008
@@ -2,6 +2,7 @@
* New upstream release.
* Improved package descriptions. (Closes: #468472)
+ * Removed bashism from the init script. Thanks to Chris Lamb. (Closes: #473704)
* debian/rules: Only invoke make once during build, and install into
debian/tmp.
* debian/ser.examples: Install all the examples.
@@ -16,7 +17,7 @@
shared libraries.
* Bump compat version to 5.
- -- Marcus Better <marcus at better.se> Tue, 25 Mar 2008 11:53:50 +0000
+ -- Marcus Better <marcus at better.se> Tue, 08 Apr 2008 09:05:47 +0000
ser (0.9.7-1) unstable; urgency=low
Modified: ser/trunk/debian/ser.init
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/ser.init?rev=5514&op=diff
==============================================================================
--- ser/trunk/debian/ser.init (original)
+++ ser/trunk/debian/ser.init Tue Apr 8 09:06:28 2008
@@ -71,8 +71,11 @@
(($DAEMON -c 2>&1) | grep "config file ok, exiting") > /dev/null
if [ $? -ne 0 ]; then
($DAEMON -c 2>&1)
- echo -e "\nThere are errors in the configuration file. Please fix them first"
- echo -e "\n$out\n"
+ echo
+ echo "There are errors in the configuration file. Please fix them first"
+ echo
+ echo "$out"
+ echo
exit 0
fi
echo -n "Restarting $DESC: $NAME"
More information about the Pkg-voip-commits
mailing list