From 91f21e7c2894dec7b66b27712292033139f457e4 Mon Sep 17 00:00:00 2001
From: Erik von Reis <evonreis@caltech.edu>
Date: Fri, 14 Aug 2020 14:40:02 -0700
Subject: [PATCH] rtcds: fixed stop/restart system reversal with --all

---
 support/bin/rtcds.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/bin/rtcds.in b/support/bin/rtcds.in
index faea743fa..72069afd0 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
-- 
GitLab