freebsd-ports/mail/anubis/files/patch-src__env.c
Dennis Herrmann 899eaa08bc - Update to 4.1.1
- Pass maintainership to submitter
- Remove MD5 checksum
- Mark MAKE_JOBS_UNSAFE
- Add LICENSE

PR:		ports/154641
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-02-14 21:38:40 +00:00

11 lines
267 B
C

--- ./src/env.c.orig 2008-12-16 16:44:38.000000000 -0500
+++ ./src/env.c 2011-02-09 20:52:34.000000000 -0500
@@ -32,7 +32,7 @@
#ifdef HAVE_PAM
pam_handle_t *pamh;
static struct pam_conv conv = {
- misc_conv,
+ openpam_ttyconv,
NULL
};
#endif /* HAVE_PAM */