summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches/patch-aa
blob: c27cb35e9d46d7c04c383fb8b18f814020fe80c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-aa,v 1.7 2002/09/24 11:57:28 wiz Exp $

--- params.h.orig	Sun Sep  8 11:49:24 2002
+++ params.h
@@ -143,8 +143,8 @@
  *
  * Note that there's no built-in password aging support.
  */
-#define AUTH_PASSWD			0
-#define AUTH_SHADOW			1
+#define AUTH_PASSWD			1
+#define AUTH_SHADOW			0
 #define AUTH_PAM			0
 #define AUTH_PAM_USERPASS		0
 
@@ -196,8 +196,8 @@
  *
  * *BSDs use flock(2), others typically use fcntl(2).
  */
-#define LOCK_FCNTL			1
-#define LOCK_FLOCK			0
+#define LOCK_FCNTL			0
+#define LOCK_FLOCK			1
 
 /*
  * How do we talk to syslogd? These should be fine for most systems.