Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2019-01-03 18:08:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/x11vnc (Old)
 and      /work/SRC/openSUSE:Factory/.x11vnc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "x11vnc"

Thu Jan  3 18:08:47 2019 rev:26 rq:662449 version:0.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes    2018-06-08 
23:14:27.982229078 +0200
+++ /work/SRC/openSUSE:Factory/.x11vnc.new.28833/x11vnc.changes 2019-01-03 
18:08:47.880024707 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 10:47:13 UTC 2019 - Dirk Stoecker <opens...@dstoecker.de>
+
+- Fix x11vnc_ssh tool typos
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ x11vnc_ssh ++++++
--- /var/tmp/diff_new_pack.T187vX/_old  2019-01-03 18:08:48.532024128 +0100
+++ /var/tmp/diff_new_pack.T187vX/_new  2019-01-03 18:08:48.532024128 +0100
@@ -35,7 +35,7 @@
 
 port_is_free ()
 {
-       while read state proto rq sq local remote; do
+       while read state rq sq local remote; do
                if [ ${local##*:} = $1 ]; then return 1; fi
        done < <(LANG=POSIX /usr/sbin/ss -tan)
        return 0
@@ -55,9 +55,9 @@
 ssh $host "
 port_is_free ()
 {
-        while read state proto rq sq local remote; do
+        while read state rq sq local remote; do
                 if [ \${local##*:} = \$1 ]; then return 1; fi
-        done < <(LANG=POSIX /sur/sbin/ss -tan)
+        done < <(LANG=POSIX /usr/sbin/ss -tan)
         return 0
 }
 


Reply via email to