diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index faea743fa09541b3f6b011700ef281994a86d2dd..72069afd0beadf820442a5d208f0fbcdc25e7ffa 100755
--- a/support/bin/rtcds.in
+++ b/support/bin/rtcds.in
@@ -110,7 +110,7 @@ list_host_sys_systemd() {
 
 list_host_sys() {
   if [[ -e /etc/rtsystab ]] && [[ -e /etc/rt_fe.sh ]] ; then
-    /etc/rt_fe.sh
+    /etc/rt_fe.sh | sed 's/ /\n/g'
   else
     list_host_sys_systemd
   fi