components/snort/patches/snort.8.patch
changeset 7650 2e39c59b83f8
parent 5826 9c90e4a8156c
equal deleted inserted replaced
7649:69d7508f0d66 7650:2e39c59b83f8
     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 This change has been submitted upstream.
     3 
     3 
     4 Adjust the reference to "networks(4)" to be "networks(5)".
     4 --- snort-2.9.9.0/snort.8.orig	2017-01-25 12:23:22.383189188 +0000
     5 This change should be sent upstream.
     5 +++ snort-2.9.9.0/snort.8	2017-01-25 12:23:56.475130490 +0000
     6 
     6 @@ -341,8 +341,7 @@
     7 --- snort.8.orig	2016-04-20 10:13:29.946194815 -0700
       
     8 +++ snort.8	2016-04-20 10:14:01.254235607 -0700
       
     9 @@ -339,8 +339,7 @@
       
    10  indicating that everything is ready to proceed.  This is a good
     7  indicating that everything is ready to proceed.  This is a good
    11  switch to use if daemon mode is going to be used, it verifies that
     8  switch to use if daemon mode is going to be used, it verifies that
    12  the Snort configuration that is about to be used is valid and won't fail at
     9  the Snort configuration that is about to be used is valid and won't fail at
    13 -run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
    10 -run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
    14 -If your config lives elsewhere, use the -c option to specify a valid
    11 -If your config lives elsewhere, 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
    12 +run time. Note that you will need to use the -c option to specify a valid
    16  .I config-file.
    13  .I config-file.
    17  .IP "-u user"
    14  .IP "-u user"
    18  Change the user/UID Snort runs under to
    15  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.