components/snort/patches/snort.8.patch
changeset 2198 168b8acace5f
parent 1345 ee87318d9935
child 5007 0052258cbb9d
equal deleted inserted replaced
2197:22c15b329605 2198:168b8acace5f
     1 Adjust snort man page to be in section 1M.
     1 Adjust snort man page to be in section 1M and fix the comments w.r.t.
       
     2 configuration file usage with the -T option.
     2 
     3 
     3 --- snort-2.9.2/snort.8.orig	2013-03-18 12:26:58.589074327 -0700
     4 The second part of this patch (the -T changes) has been submitted upstream.
     4 +++ snort-2.9.2/snort.8	2013-03-18 12:28:26.378646691 -0700
     5 
       
     6 --- snort.8.orig	2014-09-25 07:44:55.175565999 -0700
       
     7 +++ snort.8	2014-09-26 11:19:43.998692220 -0700
     5 @@ -1,8 +1,8 @@
     8 @@ -1,8 +1,8 @@
     6  .\" Process this file with
     9  .\" Process this file with
     7 -.\" groff -man -Tascii snort.8
    10 -.\" groff -man -Tascii snort.8
     8 +.\" groff -man -Tascii snort.1m
    11 +.\" groff -man -Tascii snort.1m
     9  .\"
    12  .\"
    11 -.TH SNORT 8 "December 2011"
    14 -.TH SNORT 8 "December 2011"
    12 +.TH SNORT 1M "December 2011"
    15 +.TH SNORT 1M "December 2011"
    13  .SH NAME
    16  .SH NAME
    14  Snort \- open source network intrusion detection system
    17  Snort \- open source network intrusion detection system
    15  .SH SYNOPSIS
    18  .SH SYNOPSIS
    16 @@ -913,15 +913,15 @@
    19 @@ -339,8 +339,7 @@
       
    20  indicating that everything is ready to proceed.  This is a good
       
    21  switch to use if daemon mode is going to be used, it verifies that
       
    22  the Snort configuration that is about to be used is valid and won't fail at
       
    23 -run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
       
    24 -If your config lives elsewhere, use the -c option to specify a valid
       
    25 +run time. Note that you will need to use the -c option to specify a valid
       
    26  .I config-file.
       
    27  .IP "-u user"
       
    28  Change the user/UID Snort runs under to
       
    29 @@ -930,15 +929,15 @@
    17  Causes the daemon to close all opened files and restart.
    30  Causes the daemon to close all opened files and restart.
    18  Please \fBnote\fR that this will only work if the \fBfull\fR pathname is
    31  Please \fBnote\fR that this will only work if the \fBfull\fR pathname is
    19  used to invoke snort in daemon mode, otherwise snort will just exit with an
    32  used to invoke snort in daemon mode, otherwise snort will just exit with an
    20 -error message being sent to \fBsyslogd(8)\fR.
    33 -error message being sent to \fBsyslogd(8)\fR.
    21 +error message being sent to \fBsyslogd(1M)\fR.
    34 +error message being sent to \fBsyslogd(1M)\fR.