components/snort/patches/snort.8.patch
changeset 5826 9c90e4a8156c
parent 5007 0052258cbb9d
child 7650 2e39c59b83f8
--- a/components/snort/patches/snort.8.patch	Wed Apr 20 14:58:30 2016 -0700
+++ b/components/snort/patches/snort.8.patch	Wed Apr 20 19:46:50 2016 -0700
@@ -1,9 +1,11 @@
 Fix the comments w.r.t. configuration file usage with the -T option.
+This change has been submitted upstream.
 
-The changes have been submitted upstream.
+Adjust the reference to "networks(4)" to be "networks(5)".
+This change should be sent upstream.
 
---- snort.8.orig	2014-09-25 07:44:55.175565999 -0700
-+++ snort.8	2014-09-26 11:19:43.998692220 -0700
+--- snort.8.orig	2016-04-20 10:13:29.946194815 -0700
++++ snort.8	2016-04-20 10:14:01.254235607 -0700
 @@ -339,8 +339,7 @@
  indicating that everything is ready to proceed.  This is a good
  switch to use if daemon mode is going to be used, it verifies that
@@ -14,3 +16,12 @@
  .I config-file.
  .IP "-u user"
  Change the user/UID Snort runs under to
+@@ -603,7 +602,7 @@
+ .IP "\fBdst net \fInet\fR"
+ True if the IP destination address of the packet has a network
+ number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
+-or a network number (see \fInetworks(4)\fP for details).
++or a network number (see \fInetworks(5)\fP for details).
+ .IP "\fBsrc net \fInet\fR"
+ True if the IP source address of the packet has a network
+ number of \fInet\fP.