FreeBSD Bugzilla – Attachment 10350 Details for
Bug 20775
potential problem with /usr/bin/sockstat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 593 bytes, created by
Marc Silver
on 2000-08-22 08:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marc Silver
Created:
2000-08-22 08:50:02 UTC
Size:
593 bytes
patch
obsolete
>--- sockstat.old Tue Aug 22 09:29:21 2000 >+++ sockstat Tue Aug 22 09:38:40 2000 >@@ -40,7 +40,7 @@ > $user, $cmd, $pid, $fd, $proto,$laddr, $faddr > . > >-open NETSTAT, "netstat -Aan |" or die "'netstat' failed: $!"; >+open NETSTAT, "/usr/bin/netstat -Aan |" or die "'netstat' failed: $!"; > <NETSTAT>; <NETSTAT>; > > while (<NETSTAT>) { >@@ -51,7 +51,7 @@ > > close NETSTAT; > >-open FSTAT, "fstat |" or die "'fstat' failed: $!\n"; >+open FSTAT, "/usr/bin/fstat |" or die "'fstat' failed: $!\n"; > > while (<FSTAT>) { > ($user, $cmd, $pid, $fd, $inet, $type, $proto, $sock) = split;
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 20775
: 10350