summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2006-09-06 18:25:11 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2006-09-06 18:25:11 +0000
commita998e54bb9baf28df9f5cfb17162f17a483e05a1 (patch)
treea62ec412630f1c5c54b68d35aad80e5d4257fa4b /setup.py
parent90d46d177d28fc0a75d1e7ad5c1cfe4629d7c688 (diff)
downloadfail2ban-a998e54bb9baf28df9f5cfb17162f17a483e05a1.tar.gz
- Added "fail2ban-regex". This is a tool to help finding "failregex"
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@329 a942ae1a-1317-0410-a47c-b1dcaea8d605
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 664636f4..69c1e187 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,8 @@ setup(
platforms = "Posix",
scripts = [
'fail2ban-client',
- 'fail2ban-server'
+ 'fail2ban-server',
+ 'fail2ban-regex'
],
py_modules = ['version'],
packages = [