components/snort/patches/snort.8.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 05 Aug 2013 23:01:17 -0700
changeset 1422 77fbb0a4cf53
parent 1345 ee87318d9935
child 2198 168b8acace5f
permissions -rw-r--r--
Added tag s12-28 for changeset 84f647a496ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
     1
Adjust snort man page to be in section 1M.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
     2
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
     3
--- snort-2.9.2/snort.8.orig	2013-03-18 12:26:58.589074327 -0700
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
     4
+++ snort-2.9.2/snort.8	2013-03-18 12:28:26.378646691 -0700
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
@@ -1,8 +1,8 @@
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
 .\" Process this file with
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
-.\" groff -man -Tascii snort.8
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
+.\" groff -man -Tascii snort.1m
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
 .\"
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
 .\" $Id$
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    11
-.TH SNORT 8 "December 2011"
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    12
+.TH SNORT 1M "December 2011"
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
 .SH NAME
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
 Snort \- open source network intrusion detection system
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
 .SH SYNOPSIS
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    16
@@ -913,15 +913,15 @@
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    17
 Causes the daemon to close all opened files and restart.
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
 Please \fBnote\fR that this will only work if the \fBfull\fR pathname is
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    19
 used to invoke snort in daemon mode, otherwise snort will just exit with an
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    20
-error message being sent to \fBsyslogd(8)\fR.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    21
+error message being sent to \fBsyslogd(1M)\fR.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    22
 .PP
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
 .IP SIGUSR1
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
 Causes the program to dump its current packet statistical information to the
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    25
-console or \fBsyslogd(8)\fR if in daemon mode.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    26
+console or \fBsyslogd(1M)\fR if in daemon mode.
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    27
 .PP
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    28
 .IP SIGUSR2
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    29
 Causes the program to rotate Perfmonitor statistical information to the 
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    30
-console or \fBsyslogd(8)\fR if in daemon mode.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    31
+console or \fBsyslogd(1M)\fR if in daemon mode.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    32
 .PP
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    33
 .IP SIGURG
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 213
diff changeset
    34
 Causes the program to reload attribute table.