diff -Naur portsentry_beta-old/portsentry.conf portsentry_beta/portsentry.conf
--- portsentry_beta-old/portsentry.conf	2003-05-23 21:10:13.000000000 +0300
+++ portsentry_beta/portsentry.conf	2009-09-20 11:40:45.682805598 +0300
@@ -80,11 +80,11 @@
 ######################
 #
 # Hosts to ignore
-IGNORE_FILE="/usr/local/psionic/portsentry/portsentry.ignore"
+IGNORE_FILE="/etc/portsentry/portsentry.ignore"
 # Hosts that have been denied (running history)
-HISTORY_FILE="/usr/local/psionic/portsentry/portsentry.history"
+HISTORY_FILE="/var/log/portsentry/portsentry.history"
 # Hosts that have been denied this session only (temporary until next restart)
-BLOCKED_FILE="/usr/local/psionic/portsentry/portsentry.blocked"
+BLOCKED_FILE="/var/log/portsentry/portsentry.blocked"
 
 ##############################
 # Misc. Configuration Options#
diff -Naur portsentry_beta-old/portsentry_config.h portsentry_beta/portsentry_config.h
--- portsentry_beta-old/portsentry_config.h	2003-05-23 21:10:13.000000000 +0300
+++ portsentry_beta/portsentry_config.h	2009-09-20 11:40:45.683805291 +0300
@@ -22,7 +22,7 @@
 
 /* These are probably ok. Be sure you change the Makefile if you */
 /* change the path */
-#define CONFIG_FILE "/usr/local/psionic/portsentry/portsentry.conf"
+#define CONFIG_FILE "/etc/portsentry/portsentry.conf"
 
 /* The location of Wietse Venema's TCP Wrapper hosts.deny file */
 #define WRAPPER_HOSTS_DENY "/etc/hosts.deny"
