FreeBSD Bugzilla – Attachment 205354 Details for
Bug 238816
ipfilter: update ipmon(8) online usage string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ipfilter-ipmon-usage.diff
ipfilter-ipmon-usage.diff (text/plain), 595 bytes, created by
WHR
on 2019-06-26 12:37:54 UTC
(
hide
)
Description:
ipfilter-ipmon-usage.diff
Filename:
MIME Type:
Creator:
WHR
Created:
2019-06-26 12:37:54 UTC
Size:
595 bytes
patch
obsolete
>--- old/contrib/ipfilter/tools/ipmon.c 2019-06-14 08:02:04.000000000 +0800 >+++ new/contrib/ipfilter/tools/ipmon.c 2019-06-26 13:09:51.682796000 +0800 >@@ -1438,8 +1438,11 @@ > static void usage(prog) > char *prog; > { >- fprintf(stderr, "%s: [-NFhstvxX] [-f <logfile>]\n", prog); >- exit(1); >+ fprintf(stderr, "Usage: %s [-abDFhnpstvxX] [-B <output-binary-log-file>] [-C <config-file>]\n" >+ " [-f <filter-input-file>] [-L <syslog-facility>] [-N <nat-input-file>]\n" >+ " [-o <letters>] [-O <letters>] [-P <pid-file>] [-S <state-input-file>]\n" >+ " [<output-log-file>]\n", prog); >+ exit(-1); > } > >
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 238816
:
205343
| 205354 |
205364