components/snort/patches/snort.8.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 20 Apr 2016 19:46:50 -0700
changeset 5826 9c90e4a8156c
parent 5007 0052258cbb9d
child 7650 2e39c59b83f8
permissions -rw-r--r--
23137909 Userland man page normalization work
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5007
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 2198
diff changeset
     1
Fix the comments w.r.t. configuration file usage with the -T option.
5826
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
     2
This change has been submitted upstream.
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
     3
5826
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
     4
Adjust the reference to "networks(4)" to be "networks(5)".
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
     5
This change should be sent upstream.
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
     6
5826
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
     7
--- snort.8.orig	2016-04-20 10:13:29.946194815 -0700
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
     8
+++ snort.8	2016-04-20 10:14:01.254235607 -0700
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
     9
@@ -339,8 +339,7 @@
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    10
 indicating that everything is ready to proceed.  This is a good
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    11
 switch to use if daemon mode is going to be used, it verifies that
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    12
 the Snort configuration that is about to be used is valid and won't fail at
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    13
-run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    14
-If your config lives elsewhere, use the -c option to specify a valid
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    15
+run time. Note that you will need to use the -c option to specify a valid
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    16
 .I config-file.
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    17
 .IP "-u user"
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1345
diff changeset
    18
 Change the user/UID Snort runs under to
5826
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    19
@@ -603,7 +602,7 @@
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    20
 .IP "\fBdst net \fInet\fR"
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    21
 True if the IP destination address of the packet has a network
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    22
 number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    23
-or a network number (see \fInetworks(4)\fP for details).
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    24
+or a network number (see \fInetworks(5)\fP for details).
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    25
 .IP "\fBsrc net \fInet\fR"
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    26
 True if the IP source address of the packet has a network
9c90e4a8156c 23137909 Userland man page normalization work
Rich Burridge <rich.burridge@oracle.com>
parents: 5007
diff changeset
    27
 number of \fInet\fP.