--- setup.py	2005-07-22 18:39:17.000000000 -0400
+++ setup.py	2005-07-23 12:05:43.000000000 -0400
@@ -21,13 +21,14 @@
       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"))],
+      data_files=[],
       license="GPL",
       ##extra_path='denyhosts',
       long_description="""

--- daemon-control-dist	2005-07-22 18:40:42.000000000 -0400
+++ daemon-control-dist	2005-07-23 12:45:34.000000000 -0400
@@ -7,7 +7,7 @@
 
 DENYHOSTS_BIN   = "/usr/bin/denyhosts.py"
 DENYHOSTS_LOCK  = "/var/lock/subsys/denyhosts"
-DENYHOSTS_CFG   = "/usr/share/denyhosts/denyhosts.cfg"
+DENYHOSTS_CFG   = "/etc/denyhosts.cfg"
 
 
 ###############################################

--- denyhosts.cfg-dist	2005-07-22 10:08:18.000000000 -0400
+++ denyhosts.cfg-dist	2005-07-23 12:41:31.000000000 -0400
@@ -17,6 +17,9 @@
 # SuSE:
 #SECURE_LOG = /var/log/messages
 #
+# Metalog:
+#SECURE_LOG = /var/log/sshd/current
+#
 ########################################################################
 
 
@@ -90,7 +93,7 @@
 # WORK_DIR: the path that DenyHosts will use for writing data to
 # (it will be created if it does not already exist).       
 #
-WORK_DIR = denyhosts
+WORK_DIR = /var/lib/denyhosts
 #
 #######################################################################