$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 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. */ -#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 +81,7 @@ * Your mail spool directory. Note: only local (non-NFS) mode 775 mail * spools are currently supported. */ -#define MAIL_SPOOL_PATH "/var/spool/mail" +#define MAIL_SPOOL_PATH "/var/mail" /* * How do we talk to syslogd? These should be fine for most systems.