summaryrefslogtreecommitdiff
path: root/security/portsentry/files/patch-ac
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-18 13:16:47 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-18 13:16:47 +0000
commite4c5d5f26ae6d1beee945a788b225938058235a2 (patch)
tree7df9b13224643d5fcf093f47d6f4c39a68c205c9 /security/portsentry/files/patch-ac
parent- fix insufficient check on conf['uploadtypes'] (diff)
- Add (non-rcNG) startup-script (patches welcome)
- Cleanup port (me) PR: ports/72759 Submitted by: Alex de Kruijff
Diffstat (limited to 'security/portsentry/files/patch-ac')
-rw-r--r--security/portsentry/files/patch-ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/portsentry/files/patch-ac b/security/portsentry/files/patch-ac
deleted file mode 100644
index c0d1f04f67da..000000000000
--- a/security/portsentry/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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 @@
- /************************************************************************/
-
-
-+/* Installation prefix */
-+#ifndef PREFIX
-+#define PREFIX "/usr/local"
-+#endif
-+
- /* 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"
-
- /* The location of Wietse Venema's TCP Wrapper hosts.deny file */
- #define WRAPPER_HOSTS_DENY "/etc/hosts.deny"