summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches/patch-aa
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-11-07 03:47:59 +0000
committerdillo <dillo@pkgsrc.org>2002-11-07 03:47:59 +0000
commit2939525641757644ce612864b07cc284707b7f76 (patch)
tree624759ebacd72484a76da8c11e41dea6e50327ea /mail/popa3d/patches/patch-aa
parente3e23d65046115e5a4981a163a2f8b106ae71204 (diff)
downloadpkgsrc-2939525641757644ce612864b07cc284707b7f76.tar.gz
compile in support for standalone (non-inetd started) mode.
bump PKGREVISION.
Diffstat (limited to 'mail/popa3d/patches/patch-aa')
-rw-r--r--mail/popa3d/patches/patch-aa20
1 files changed, 19 insertions, 1 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa
index c27cb35e9d4..6ece860c816 100644
--- a/mail/popa3d/patches/patch-aa
+++ b/mail/popa3d/patches/patch-aa
@@ -1,7 +1,25 @@
-$NetBSD: patch-aa,v 1.7 2002/09/24 11:57:28 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2002/11/07 03:49:42 dillo Exp $
--- params.h.orig Sun Sep 8 11:49:24 2002
+++ params.h
+@@ -13,7 +13,7 @@
+ /*
+ * Are we going to be a standalone server or start via an inetd clone?
+ */
+-#define POP_STANDALONE 0
++#define POP_STANDALONE 1
+
+ #if POP_STANDALONE
+
+@@ -38,7 +38,7 @@
+ * option is provided primarily as a way to meet conventions of certain
+ * systems where all services obey libwrap access controls.
+ */
+-#define DAEMON_LIBWRAP 0
++#define DAEMON_LIBWRAP 1
+
+ #if DAEMON_LIBWRAP
+ /*
@@ -143,8 +143,8 @@
*
* Note that there's no built-in password aging support.