summaryrefslogtreecommitdiff
path: root/denyhosts/denyhosts-2.6-config.patch
blob: 68de8a41da25cfcf00ecdcfd1c64be843154927f (plain)
    1 --- daemon-control-dist~	2006-04-22 09:04:43.000000000 +1000
    2 +++ daemon-control-dist	2007-01-03 01:47:12.000000000 +1100
    3 @@ -11,9 +11,9 @@
    4  #### Edit these to suit your configuration ####
    5  ###############################################
    6  
    7 -DENYHOSTS_BIN   = "/usr/bin/denyhosts.py"
    8 -DENYHOSTS_LOCK  = "/var/lock/subsys/denyhosts"
    9 -DENYHOSTS_CFG   = "/usr/share/denyhosts/denyhosts.cfg"
   10 +DENYHOSTS_BIN   = "/usr/bin/denyhosts"
   11 +DENYHOSTS_LOCK  = "/var/run/denyhosts.pid"
   12 +DENYHOSTS_CFG   = "/etc/denyhosts/denyhosts.conf"
   13  
   14  PYTHON_BIN      = "/usr/bin/env python"
   15  
   16 --- denyhosts.cfg-dist~	2006-08-21 00:09:57.000000000 +1000
   17 +++ denyhosts.cfg-dist	2007-01-03 01:44:25.000000000 +1100
   18 @@ -8,8 +8,11 @@
   19  # The file to process can be overridden with the --file command line
   20  # argument
   21  #
   22 +# CRUX
   23 +SECURE_LOG = /var/log/auth
   24 +#
   25  # Redhat or Fedora Core:
   26 -SECURE_LOG = /var/log/secure
   27 +#SECURE_LOG = /var/log/secure
   28  #
   29  # Mandrake, FreeBSD or OpenBSD: 
   30  #SECURE_LOG = /var/log/auth.log
   31 @@ -191,8 +194,11 @@
   32  # and deleted upon exit.  This ensures that only one instance is
   33  # running at a time.
   34  #
   35 +# CRUX
   36 +LOCK_FILE = /var/run/denyhosts.pid
   37 +#
   38  # Redhat/Fedora:
   39 -LOCK_FILE = /var/lock/subsys/denyhosts
   40 +#LOCK_FILE = /var/lock/subsys/denyhosts
   41  #
   42  # Debian
   43  #LOCK_FILE = /var/run/denyhosts.pid

Generated by cgit