summaryrefslogtreecommitdiff
path: root/network/snort/README.SLACKWARE
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2015-04-03 23:48:17 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-05 08:38:20 +0700
commit7338032f420c63455b7a09291373473d52a967ae (patch)
tree0e8c0e54bc3af3ca158b3b5cddfabe19cce2dca4 /network/snort/README.SLACKWARE
parent0c2f780383a40b02618c618f8539454ecbb24df0 (diff)
downloadslackbuilds-7338032f420c63455b7a09291373473d52a967ae.tar.gz
network/snort: Updated for version 2.9.7.2.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'network/snort/README.SLACKWARE')
-rw-r--r--network/snort/README.SLACKWARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/snort/README.SLACKWARE b/network/snort/README.SLACKWARE
index 4190e5c614..ea7307c44e 100644
--- a/network/snort/README.SLACKWARE
+++ b/network/snort/README.SLACKWARE
@@ -22,13 +22,13 @@ 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, you can 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
fi
-And this in your /etc/rc.d/rc.local_shutdown:
+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