Blame SOURCES/tuned-2.11.0-netcat-requirement.patch

04124f
diff --git a/profiles/realtime-virtual-host/script.sh b/profiles/realtime-virtual-host/script.sh
04124f
index be1804f..bd67303 100755
04124f
--- a/profiles/realtime-virtual-host/script.sh
04124f
+++ b/profiles/realtime-virtual-host/script.sh
04124f
@@ -30,9 +30,9 @@ run_tsc_deadline_latency()
04124f
             -chardev socket,id=char0,nowait,path=$unixpath,server | grep latency | cut -f 2 -d ":" > $dir/out &
04124f
 
04124f
         sleep 1s
04124f
-        pidofvcpu=`echo "info cpus" | nc -U $unixpath | grep thread_id | cut -f 3 -d "=" | tr -d "\r"`
04124f
+        pidofvcpu=`echo "info cpus" | ncat -U $unixpath | grep thread_id | cut -f 3 -d "=" | tr -d "\r"`
04124f
         taskset -p -c $1 $pidofvcpu >/dev/null
04124f
-        echo "cont" | nc -U $unixpath >/dev/null
04124f
+        echo "cont" | ncat -U $unixpath >/dev/null
04124f
         wait
04124f
 
04124f
         if [ ! -f $dir/out ]; then