[Bug 213490] [patch] net/ssvnc uses obsolete -t flag to netstat

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 14 23:16:21 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213490

            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 at FreeBSD.org
          Reporter: p-fbsd-bugs at ziemba.us
          Keywords: patch

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

ss_vncviewer calls "netstat -ant" which now produces a usage error. This error
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

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


More information about the freebsd-ports-bugs mailing list