diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-03-12 11:16:16 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:47 +0700 |
commit | c8e1865b3b13250b3888c73f245afba8b5bc63a9 (patch) | |
tree | f9ee8bbe83d7493b2442d303a1c0980a11710cdc /network/snort/README.SLACKWARE | |
parent | c4bf3067488e449fe265a9ac049fde2360cb594b (diff) | |
download | slackbuilds-c8e1865b3b13250b3888c73f245afba8b5bc63a9.tar.gz |
network/snort: Updated for version 2.9.11.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/snort/README.SLACKWARE')
-rw-r--r-- | network/snort/README.SLACKWARE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE index 6bcf0714d1..b84e3dce82 100644 --- a/network/snort/README.SLACKWARE +++ b/network/snort/README.SLACKWARE @@ -32,7 +32,7 @@ or start it as: IFACE=xxxx /etc/rc.d/rc.snort start|stop|restart -As an example, you can put this in your /etc/rc.d/rc.local script: +As an example, for eth1 you can put this in your /etc/rc.d/rc.local script: if [ -x /etc/rc.d/rc.snort ]; then IFACE=eth1 /etc/rc.d/rc.snort start @@ -41,7 +41,7 @@ As an example, you can put this in your /etc/rc.d/rc.local script: and put this in your /etc/rc.d/rc.local_shutdown: if [ -x /etc/rc.d/rc.snort ]; then - IFACE=xxxx /etc/rc.d/rc.snort stop + IFACE=eth1 /etc/rc.d/rc.snort stop fi |