summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-04-03 02:12:27 +0000
committerwiz <wiz@pkgsrc.org>2000-04-03 02:12:27 +0000
commit621d0db2d299b236ef865089bfa9550ebf209a55 (patch)
tree5f0b313aff8b42ab205eb4e92afe2d018c237831 /mail/popa3d/patches
parentfdb650a6582cc2509872eab7991817ba8ad98660 (diff)
downloadpkgsrc-621d0db2d299b236ef865089bfa9550ebf209a55.tar.gz
correct user addition handling, patch slightly differently.
Diffstat (limited to 'mail/popa3d/patches')
-rw-r--r--mail/popa3d/patches/patch-aa13
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa
index 15dc42d380b..48b6b0c8b6d 100644
--- a/mail/popa3d/patches/patch-aa
+++ b/mail/popa3d/patches/patch-aa
@@ -1,18 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/04/02 01:32:28 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2000/04/03 02:12:28 wiz Exp $
--- params.h.orig Tue Feb 1 07:16:24 2000
-+++ params.h Sun Apr 2 00:29:09 2000
-@@ -62,7 +62,9 @@
++++ params.h Mon Apr 3 04:08:21 2000
+@@ -62,7 +62,7 @@
* Do we have shadow passwords? (Not for *BSD.)
* Note: password aging is not supported.
*/
-+/* we do, but not this way
- #define AUTH_SHADOW 1
-+*/
+-#define AUTH_SHADOW 1
++#define AUTH_SHADOW 0
/*
* A salt used to waste some CPU time on dummy crypt(3) calls and make
-@@ -81,7 +83,7 @@
+@@ -81,7 +81,7 @@
* Your mail spool directory. Note: only local (non-NFS) mode 775 mail
* spools are currently supported.
*/