From 10d4aa16820accaedb313871dd56376142cf7f8c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 16 Mar 2013 13:53:12 +1100 Subject: [PATCH] BF: remove non-existant files from setup.py. ENH: add documentation --- setup.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 370862274..784999a25 100755 --- a/setup.py +++ b/setup.py @@ -67,6 +67,9 @@ setup( ), ('/var/run/fail2ban', '' + ), + ('/usr/share/doc/fail2ban', + ['README', 'DEVELOP', 'doc/run-rootless.txt'] ) ] ) @@ -82,13 +85,7 @@ elements = { "/usr/bin/": [ "fail2ban.py" - ], - "/usr/lib/fail2ban/firewall/": - [ - "iptables.py", - "ipfwadm.py", - "ipfw.py" - ], + ], "/usr/lib/fail2ban/": [ "version.py",