aboutsummaryrefslogtreecommitdiff
path: root/security/drweb-postfix/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/drweb-postfix/files/patch-aa')
-rw-r--r--security/drweb-postfix/files/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/drweb-postfix/files/patch-aa b/security/drweb-postfix/files/patch-aa
index ac7905c948fe..cac6a9dd8f38 100644
--- a/security/drweb-postfix/files/patch-aa
+++ b/security/drweb-postfix/files/patch-aa
@@ -1,11 +1,11 @@
---- dw_options.c.bak Thu Aug 22 18:35:50 2002
-+++ dw_options.c Sat Aug 24 19:19:13 2002
-@@ -92,7 +92,7 @@
-
+--- dw_options.c.orig Fri Feb 14 16:52:50 2003
++++ dw_options.c Sat Mar 1 00:18:04 2003
+@@ -113,7 +113,7 @@
#if defined(__UNIX_DW)
#if !defined(EMX_DW)
+ #if defined(FreeBSD_DW)
-#define OS_SPEC_CONFNAME "/usr/local/drweb/"CONF_FNAME
+#define OS_SPEC_CONFNAME "%PREFIX%/etc/drweb/"CONF_FNAME
- #else /* EMX */
- #define OS_SPEC_CONFNAME "./"CONF_FNAME
- #endif /* EMX */
+ #else /* FreeBSD */
+ #define OS_SPEC_CONFNAME "/opt/drweb/"CONF_FNAME
+ #endif /* FreeBSD */