head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2011.10.17.08.47.52; author obache; state dead; branches; next 1.1; 1.1 date 2011.01.25.09.07.58; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update pam-af to 1.0.2. Bug fix release. @ text @$NetBSD: patch-ac,v 1.1 2011/01/25 09:07:58 obache Exp $ * Recent OpemPAM define `OPENPAM', not `_OPENPAM'. --- common/pam_af.h.orig 2005-10-16 15:55:28.000000000 +0000 +++ common/pam_af.h @@@@ -37,7 +37,7 @@@@ #define CFGDB "/etc/pam_af.conf" #define CFGDB_PERM (S_IRUSR | S_IWUSR) -#ifdef _OPENPAM +#if defined(_OPENPAM) || defined(OPENPAM) # define PAM_AF_LOG(...) \ PAM_LOG(__VA_ARGS__) # define PAM_AF_LOGERR(...) \ @ 1.1 log @* Note comments to patch files. * detect recent OpenPAM correctly * catch getopt(3) with `int' for platforms that char will never be -1. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @