Cross Reference: /solaris-userland/components/snort/patches/snort.8.patch
snort.8.patch revision 3433
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
d589d7c9f60e62a48f0cc2178c5b972500a192deishmalAdjust snort man page to be in section 1M and fix the comments w.r.t.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmalconfiguration file usage with the -T option.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal
d589d7c9f60e62a48f0cc2178c5b972500a192deishmalThe second part of this patch (the -T changes) has been submitted upstream.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal--- snort.8.orig 2014-09-25 07:44:55.175565999 -0700
f52d2fdccd375423dd9b3397990828f27c1b6e72ishmal+++ snort.8 2014-09-26 11:19:43.998692220 -0700
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal@@ -1,8 +1,8 @@
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .\" Process this file with
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal-.\" groff -man -Tascii snort.8
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal+.\" groff -man -Tascii snort.1m
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .\"
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .\" $Id$
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal-.TH SNORT 8 "December 2011"
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal+.TH SNORT 1M "December 2011"
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .SH NAME
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal Snort \- open source network intrusion detection system
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .SH SYNOPSIS
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal@@ -339,8 +339,7 @@
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal indicating that everything is ready to proceed. This is a good
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal switch to use if daemon mode is going to be used, it verifies that
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal the Snort configuration that is about to be used is valid and won't fail at
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal-run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal-If your config lives elsewhere, use the -c option to specify a valid
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal+run time. Note that you will need to use the -c option to specify a valid
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal .I config-file.
f3d3720abcbae388db665983633890de94371df8ishmal .IP "-u user"
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal Change the user/UID Snort runs under to
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal@@ -930,15 +929,15 @@
f3d3720abcbae388db665983633890de94371df8ishmal Causes the daemon to close all opened files and restart.
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal Please \fBnote\fR that this will only work if the \fBfull\fR pathname is
f3d3720abcbae388db665983633890de94371df8ishmal used to invoke snort in daemon mode, otherwise snort will just exit with an
3c208ff1f520c7b749a005157391bea0d7e60b0fishmal-error message being sent to \fBsyslogd(8)\fR.
3c208ff1f520c7b749a005157391bea0d7e60b0fishmal+error message being sent to \fBsyslogd(1M)\fR.
3c208ff1f520c7b749a005157391bea0d7e60b0fishmal .PP
3c208ff1f520c7b749a005157391bea0d7e60b0fishmal .IP SIGUSR1
3c208ff1f520c7b749a005157391bea0d7e60b0fishmal Causes the program to dump its current packet statistical information to the
cac9aa6475006090bd6d3a75e4964d1af6805266ishmal-console or \fBsyslogd(8)\fR if in daemon mode.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal+console or \fBsyslogd(1M)\fR if in daemon mode.
781f943ec1c021ce4eebe4a549079a48cb8526deishmal .PP
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .IP SIGUSR2
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal Causes the program to rotate Perfmonitor statistical information to the
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal-console or \fBsyslogd(8)\fR if in daemon mode.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal+console or \fBsyslogd(1M)\fR if in daemon mode.
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .PP
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal .IP SIGURG
d589d7c9f60e62a48f0cc2178c5b972500a192deishmal Causes the program to reload attribute table.
7092ea0fb59c2fd1af2285468a955620e3889e81ishmal