components/snort/patches/snort.8.patch
changeset 5826 9c90e4a8156c
parent 5007 0052258cbb9d
child 7650 2e39c59b83f8
equal deleted inserted replaced
5823:d41c1305c674 5826:9c90e4a8156c
     1 Fix the comments w.r.t. configuration file usage with the -T option.
     1 Fix the comments w.r.t. configuration file usage with the -T option.
       
     2 This change has been submitted upstream.
     2 
     3 
     3 The changes have been submitted upstream.
     4 Adjust the reference to "networks(4)" to be "networks(5)".
       
     5 This change should be sent upstream.
     4 
     6 
     5 --- snort.8.orig	2014-09-25 07:44:55.175565999 -0700
     7 --- snort.8.orig	2016-04-20 10:13:29.946194815 -0700
     6 +++ snort.8	2014-09-26 11:19:43.998692220 -0700
     8 +++ snort.8	2016-04-20 10:14:01.254235607 -0700
     7 @@ -339,8 +339,7 @@
     9 @@ -339,8 +339,7 @@
     8  indicating that everything is ready to proceed.  This is a good
    10  indicating that everything is ready to proceed.  This is a good
     9  switch to use if daemon mode is going to be used, it verifies that
    11  switch to use if daemon mode is going to be used, it verifies that
    10  the Snort configuration that is about to be used is valid and won't fail at
    12  the Snort configuration that is about to be used is valid and won't fail at
    11 -run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
    13 -run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
    12 -If your config lives elsewhere, use the -c option to specify a valid
    14 -If your config lives elsewhere, use the -c option to specify a valid
    13 +run time. Note that you will need to use the -c option to specify a valid
    15 +run time. Note that you will need to use the -c option to specify a valid
    14  .I config-file.
    16  .I config-file.
    15  .IP "-u user"
    17  .IP "-u user"
    16  Change the user/UID Snort runs under to
    18  Change the user/UID Snort runs under to
       
    19 @@ -603,7 +602,7 @@
       
    20  .IP "\fBdst net \fInet\fR"
       
    21  True if the IP destination address of the packet has a network
       
    22  number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
       
    23 -or a network number (see \fInetworks(4)\fP for details).
       
    24 +or a network number (see \fInetworks(5)\fP for details).
       
    25  .IP "\fBsrc net \fInet\fR"
       
    26  True if the IP source address of the packet has a network
       
    27  number of \fInet\fP.