46bace858d
* Fix linking (#2414), Thanks for reporting! * Refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@8877 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
608 B
Diff
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"
|