Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-12-14 06:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2012-12-05 
13:50:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2012-12-14 
06:37:46.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  3 23:31:33 UTC 2012 - [email protected]
+
+- fixed typo in epmd init script:
+  echo -e needed to get the "\n" printed properly.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ epmd.init ++++++
--- /var/tmp/diff_new_pack.jZPC2E/_old  2012-12-14 06:37:50.000000000 +0100
+++ /var/tmp/diff_new_pack.jZPC2E/_new  2012-12-14 06:37:50.000000000 +0100
@@ -174,7 +174,7 @@
         ## Stop daemon with killproc(8) and if this fails
         ## killproc sets the return value according to LSB.
         if [ $($EPMD_BIN -names | wc -l) -gt 1 ] ; then
-          echo "\nEPMD is still used" >&2
+          echo -e "\nEPMD is still used" >&2
           $EPMD_BIN -names
           rc_failed
         else

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to