$NetBSD$

--- denyhosts.cfg-dist.orig	2006-08-20 16:09:57.000000000 +0200
+++ denyhosts.cfg-dist
@@ -9,11 +9,14 @@
 # argument
 #
 # Redhat or Fedora Core:
-SECURE_LOG = /var/log/secure
+#SECURE_LOG = /var/log/secure
 #
 # Mandrake, FreeBSD or OpenBSD: 
 #SECURE_LOG = /var/log/auth.log
 #
+# NetBSD:
+SECURE_LOG = @VARBASE@/log/authlog
+#
 # SuSE:
 #SECURE_LOG = /var/log/messages
 #
@@ -150,7 +153,7 @@ DENY_THRESHOLD_RESTRICTED = 1
 # Note: it is recommended that you use an absolute pathname
 # for this value (eg. /home/foo/denyhosts/data)
 #
-WORK_DIR = /usr/share/denyhosts/data
+WORK_DIR = @VARBASE@/db/denyhosts/data
 #
 #######################################################################
 
@@ -192,10 +195,10 @@ HOSTNAME_LOOKUP=YES
 # 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
+# Debian & NetBSD
+LOCK_FILE = @VARBASE@/run/denyhosts.pid
 #
 # Misc
 #LOCK_FILE = /tmp/denyhosts.lock
