[dahdi-commits] tzafrir: tools/trunk r6442 - /tools/trunk/dahdi.init
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Apr 22 05:25:33 CDT 2009
Author: tzafrir
Date: Wed Apr 22 05:25:26 2009
New Revision: 6442
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6442
Log:
make sure '/etc/init.d/dahdi stop' ends with a newline
Modified:
tools/trunk/dahdi.init
Modified: tools/trunk/dahdi.init
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/dahdi.init?view=diff&rev=6442&r1=6441&r2=6442
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Wed Apr 22 05:25:26 2009
@@ -230,9 +230,9 @@
#shutdown_dynamic # FIXME: needs test from someone with dynamic spans
echo -n "Unloading DAHDI hardware modules: "
if unload_module dahdi; then
- echo -n "done"
+ echo "done"
else
- echo -n "error"
+ echo "error"
fi
if [ "$LOCKFILE" != '' ]; then
[ $RETVAL -eq 0 ] && rm -f $LOCKFILE
More information about the dahdi-commits
mailing list