pkgsrc/security/py-denyhosts/patches/patch-ab
he b2b94c0b3b Import a package for DenyHosts version 2.6, ref.
http://denyhosts.sourceforge.net/


DenyHosts is a script intended to be run by system administrators
to help thwart SSH server attacks (also known as dictionary based
attacks and brute force attacks).

In short, it does this by monitoring your syslog output for failed
login attempts and tweaking /etc/hosts.deny accordingly, and it can
optionally send and fetch lists of ssh probers from a central server.


Thanks to joerg@ for review and corrections.
2007-08-02 17:27:30 +00:00

13 lines
329 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
--- setup.py.orig 2006-04-05 01:53:02.000000000 +0200
+++ setup.py
@@ -8,7 +8,7 @@ import sys
from glob import glob
-libpath = "/usr/share/denyhosts"
+libpath = "@PREFIX@/share/denyhosts"
scriptspath = "%s/scripts" % libpath
pluginspath = "%s/plugins" % libpath