diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 00:36:23 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:36:23 +0200 |
commit | be48e858385bef134f4bcb7a55d1325f4b16f5e2 (patch) | |
tree | e1bf88131f8fe18f57a1e0ace92798828d3f4750 /network/fail2ban/README.SBo | |
parent | d8af4d8eefc2ed0063a7ff95f6a2f98d7176b88e (diff) | |
download | slackbuilds-be48e858385bef134f4bcb7a55d1325f4b16f5e2.tar.gz |
network/fail2ban: Updated for version 0.8.4
Diffstat (limited to 'network/fail2ban/README.SBo')
-rw-r--r-- | network/fail2ban/README.SBo | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/network/fail2ban/README.SBo b/network/fail2ban/README.SBo new file mode 100644 index 0000000000..7d659bc603 --- /dev/null +++ b/network/fail2ban/README.SBo @@ -0,0 +1,39 @@ +Once you install the package, you can start using fail2ban by: +1. chmod +x /etc/rc.d/rc.fail2ban +2. /etc/rc.d/rc.fail2ban start + +Additionally, you can add the following to rc.local for automatic startup +if [ -x /etc/rc.d/rc.fail2ban ]; then + /etc/rc.d/rc.fail2ban start +fi + +and add the following to rc.local_shutdown to stop fail2ban at shutdown +if [ -x /etc/rc.d/rc.fail2ban ]; then + /etc/rc.d/rc.fail2ban stop +fi + +The package contains logrotate script copied from fail2ban manual, +and modified to reflect Slackware packaging. You can find +the original script at: + +http://www.fail2ban.org/wiki/index.php/MANUAL_0_8 + +UPGRADING: + +Please make sure you have all your modifications done to .local files instead of +.conf files. + +Making modifications to .local files is the recommended practice as per the +software manual. Each .conf file is overridden by equivalent .local file. +Please refer Configuration section in fail2ban manual. + +Changelog: + +08/03/2008 +upgraded to fail2ban version 0.8.3, added restart option to rc script +12/28/2008 +fixed a typo in rc.fail2ban that prevented showing usage info when run without options +09/08/2009 +added some notes and simplified rc script. updated to version 0.8.4. Modified build script +to account for users who keeps their config options in .conf files. Now the script +moves the .conf files to .new which will prevent the overwrite of existing .conf files.
\ No newline at end of file |