nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / snort / patches / 01-snort.8.patch
blob4dc438f8dbb73a5220e65443818d5bab7a63977a
1 Fix the comments w.r.t. configuration file usage with the -T option.
2 This change has been submitted upstream.
4 Adjust the reference to "networks(4)" to be "networks(5)".
5 This change should be sent upstream.
7 --- snort-2.9.9.0/snort.8.~1~ 2015-11-18 21:59:13.000000000 +0300
8 +++ snort-2.9.9.0/snort.8 2015-11-18 21:59:13.000000000 +0300
9 @@ -341,8 +341,7 @@
10 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
12 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.
14 -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
16 .I config-file.
17 .IP "-u user"
18 Change the user/UID Snort runs under to
19 @@ -605,7 +604,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.