Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 23:16:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213490] [patch] net/ssvnc uses obsolete -t flag to netstat
Message-ID:  <bug-213490-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213490

            Bug ID: 213490
           Summary: [patch] net/ssvnc uses obsolete -t flag to netstat
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: p-fbsd-bugs@ziemba.us
          Keywords: patch

Created attachment 175766
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175766&action=
=3Dedit
Fix ss_vncviewer to avoid passing obsolete flag to netstat

ss_vncviewer calls "netstat -ant" which now produces a usage error. This er=
ror
may interfere with the port-inuse computation.

Attached patch does two things:

1. Undo previous substitution s/Linux/FreeBSD/ in OS detection; bsd case is=
 now
handled correctly in a later clause

2. Remove 't' option in call to netstat

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213490-13>