- fixed typo in epmd init script:
echo -e needed to get the "\n" printed properly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang?expand=0&rev=64
This commit is contained in:
parent
a8e784f853
commit
00e924eb01
@ -174,7 +174,7 @@ case "$1" in
|
||||
## 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
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 23:31:33 UTC 2012 - mrueckert@suse.de
|
||||
|
||||
- fixed typo in epmd init script:
|
||||
echo -e needed to get the "\n" printed properly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 18:07:40 UTC 2012 - kruber@zib.de
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user