blob: 28c02b85e5af79f61ccd46f0dd93f9ad46e07cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/portsentry_config.h
+++ b/portsentry_config.h
@@ -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"
|