pkgsrc/mail/popa3d/patches/patch-aa

26 lines
609 B
Text

$NetBSD: patch-aa,v 1.6 2001/12/23 23:03:23 wiz Exp $
--- params.h.orig Tue Oct 16 06:10:34 2001
+++ params.h
@@ -142,8 +142,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
@@ -195,8 +195,8 @@
*
* *BSD's 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.