1999-05-17 05:21:25 +00:00
|
|
|
--- portsentry_config.h.orig Sun May 16 21:52:00 1999
|
|
|
|
+++ portsentry_config.h Sun May 16 21:52:54 1999
|
|
|
|
@@ -29,9 +29,14 @@
|
|
|
|
/************************************************************************/
|
|
|
|
|
1998-12-19 16:53:20 +00:00
|
|
|
|
1999-01-20 21:59:09 +00:00
|
|
|
+/* Installation prefix */
|
|
|
|
+#ifndef PREFIX
|
|
|
|
+#define PREFIX "/usr/local"
|
|
|
|
+#endif
|
|
|
|
+
|
1999-05-17 05:21:25 +00:00
|
|
|
/* 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 PREFIX"/etc/portsentry.conf"
|
1998-12-19 16:53:20 +00:00
|
|
|
|
|
|
|
/* The location of Wietse Venema's TCP Wrapper hosts.deny file */
|
|
|
|
#define WRAPPER_HOSTS_DENY "/etc/hosts.deny"
|