pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/PAM Accidentally reversed meaning of test.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6063d37638d6
branches: trunk
changeset: 479169:6063d37638d6
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Aug 06 15:41:46 2004 +0000
description:
Accidentally reversed meaning of test.
diffstat:
security/PAM/builtin.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0bd141303ad1 -r 6063d37638d6 security/PAM/builtin.mk
--- a/security/PAM/builtin.mk Fri Aug 06 15:37:20 2004 +0000
+++ b/security/PAM/builtin.mk Fri Aug 06 15:41:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2004/08/06 15:37:20 jlam Exp $
+# $NetBSD: builtin.mk,v 1.5 2004/08/06 15:41:46 jlam Exp $
.include "../../mk/bsd.prefs.mk"
@@ -7,7 +7,7 @@
.if !defined(IS_BUILTIN.pam)
IS_BUILTIN.pam= no
. if exists(${_SECURITY_PAM_APPL_H}) && \
- !empty(_SECURITY_PAM_APPL_H:M${LOCALBASE}/*)
+ empty(_SECURITY_PAM_APPL_H:M${LOCALBASE}/*)
IS_BUILTIN.pam= yes
. endif
.endif # IS_BUILTIN.pam
Home |
Main Index |
Thread Index |
Old Index