FreeBSD Bugzilla – Attachment 140599 Details for
Bug 187240
sysutils/tcplist incompatible with sysutils/lsof
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tcplist.diff
tcplist.diff (text/plain), 568 bytes, created by
R.Mahmatkhanov
on 2014-03-04 07:31:38 UTC
(
hide
)
Description:
tcplist.diff
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2014-03-04 07:31:38 UTC
Size:
568 bytes
patch
obsolete
>Index: files/patch-03 >=================================================================== >--- files/patch-03 (revision 346995) >+++ files/patch-03 (working copy) >@@ -5,7 +5,7 @@ > #else /* !OLDLSOF */ > /* These use the current (as of 3.62W, at least) parameters for lsof */ > -#define LSOFCMD "lsof -nPsli TCP | awk '{print $3,$NF}' | sort | uniq" >-+#define LSOFCMD "lsof -nPsli TCP | awk '{print $3,$(NF - 1)}' | sort | uniq" >++#define LSOFCMD "lsof -nPlsTCP:LISTEN -iTCP | awk '{print $3,$(NF - 1)}' | sort | uniq" > #endif /* !OLDLSOF */ > #endif /* LSOFCMD */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 187240
:
140599
|
140600