diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-28 15:07:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:25 +0700 |
commit | 3e68e1cb6046f1cddd73449b526b2e51a82ae3ea (patch) | |
tree | 6f677a02c9514b56e8bc614784c1c478e404806a /network/snort/README.SLACKWARE | |
parent | 5310799a40f028770901940bdf0d54a2e3280329 (diff) | |
download | slackbuilds-3e68e1cb6046f1cddd73449b526b2e51a82ae3ea.tar.gz |
network/snort: Support non-ethernet decoders.
Thanks to Panagiotis Nikolaou.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/snort/README.SLACKWARE')
-rw-r--r-- | network/snort/README.SLACKWARE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE index 8b02a1dcc0..6bcf0714d1 100644 --- a/network/snort/README.SLACKWARE +++ b/network/snort/README.SLACKWARE @@ -12,6 +12,16 @@ information can be found at the following URLs: http://manual.snort.org/ (user manual) +Running the SlackBuild +---------------------- + +By default, non-Ethernet decoders (for example, venet0) are enabled. If +you need to disable this for performance reasons, use the option +'NON_ETHER=no': + + NON_ETHER=no ./snort.SlackBuild + + Starting snort -------------- |