Files
openwrt_archive/net/portsentry/patches/100-conf_location.patch
Oliver Ertl 4542aabab3 portsentry:
* Fix linking (#2414), Thanks for reporting!
 * Refresh patches

SVN-Revision: 8877
2007-09-20 15:39:43 +00:00

14 lines
608 B
Diff

Index: portsentry_beta/portsentry_config.h
===================================================================
--- portsentry_beta.orig/portsentry_config.h 2007-09-20 17:30:32.000000000 +0200
+++ portsentry_beta/portsentry_config.h 2007-09-20 17:30:32.000000000 +0200
@@ -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.conf"
/* The location of Wietse Venema's TCP Wrapper hosts.deny file */
#define WRAPPER_HOSTS_DENY "/etc/hosts.deny"