summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-25 21:53:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-25 21:53:05 +0000
commitcf8bb9ed69d6ffc31d8c6c9ed91e5122eeec8f14 (patch)
treeec06f02129028672169b6ab6f185e1b079de524e /app-admin/denyhosts
parentUse /usr/bin/denyhosts.py instead of /usr/bin/denyhosts. (diff)
downloadhistorical-cf8bb9ed69d6ffc31d8c6c9ed91e5122eeec8f14.tar.gz
historical-cf8bb9ed69d6ffc31d8c6c9ed91e5122eeec8f14.tar.bz2
historical-cf8bb9ed69d6ffc31d8c6c9ed91e5122eeec8f14.zip
Delete old patch.
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r--app-admin/denyhosts/files/denyhosts-gentoo.patch74
1 files changed, 0 insertions, 74 deletions
diff --git a/app-admin/denyhosts/files/denyhosts-gentoo.patch b/app-admin/denyhosts/files/denyhosts-gentoo.patch
deleted file mode 100644
index 94a89b81c37c..000000000000
--- a/app-admin/denyhosts/files/denyhosts-gentoo.patch
+++ /dev/null
@@ -1,74 +0,0 @@
---- denyhosts.cfg-dist 2005-09-29 02:18:45.000000000 +0200
-+++ denyhosts.cfg-dist 2005-10-06 15:28:38.000000000 +0200
-@@ -9,13 +9,16 @@
- # argument
- #
- # Redhat:
--SECURE_LOG = /var/log/secure
-+#SECURE_LOG = /var/log/secure
- #
- # Mandrake or FreeBSD:
- #SECURE_LOG = /var/log/auth.log
- #
--# SuSE:
--#SECURE_LOG = /var/log/messages
-+# Gentoo/SuSE:
-+SECURE_LOG = /var/log/messages
-+#
-+# Metalog:
-+#SECURE_LOG = /var/log/sshd/current
- #
- ########################################################################
-
-@@ -115,7 +118,7 @@
- # Note: when run in daemon mode, this directory should be specified
- # as an absolute path name (eg. /home/foo/denyhosts/data)
- #
--WORK_DIR = denyhosts
-+WORK_DIR = /var/lib/denyhosts
- #
- #######################################################################
-
-@@ -157,11 +160,13 @@
- # running at a time.
- #
- # Redhat/Fedora:
--LOCK_FILE = /var/lock/subsys/denyhosts
-+#LOCK_FILE = /var/lock/subsys/denyhosts
- #
- # Debian
- #LOCK_FILE = /var/run/denyhosts.pid
- #
-+# Gentoo
-+LOCK_FILE = /var/run/denyhosts.pid
- # Misc
- #LOCK_FILE = /tmp/denyhosts.lock
- #
---- setup.py 2005-07-23 00:39:17.000000000 +0200
-+++ setup.py 2005-10-06 15:30:51.000000000 +0200
-@@ -17,17 +17,17 @@
- author="Phil Schwartz",
- author_email="phil_schwartz@users.sourceforge.net",
- url="http://denyhosts.sourceforge.net",
-- scripts=['denyhosts.py'],
-+## scripts=['denyhosts.py'],
- package_dir={'DenyHosts': 'DenyHosts'},
- packages=["DenyHosts"],
- ##py_modules=["denyhosts_version"],
-- data_files=[(libpath, glob("denyhosts.cfg-dist")),
-- (libpath, glob("denyhosts-daemon-initscript")),
-- (libpath, glob("setup.py")),
-- (libpath, glob("daemon-control-dist")),
-- (libpath, glob("CHANGELOG.txt")),
-- (libpath, glob("README.txt")),
-- (libpath, glob("LICENSE.txt"))],
-+## data_files=[(libpath, glob("denyhosts.cfg-dist")),
-+## (libpath, glob("denyhosts-daemon-initscript")),
-+## (libpath, glob("setup.py")),
-+## (libpath, glob("daemon-control-dist")),
-+## (libpath, glob("CHANGELOG.txt")),
-+## (libpath, glob("README.txt")),
-+## (libpath, glob("LICENSE.txt"))],
- license="GPL",
- ##extra_path='denyhosts',
- long_description="""