diff options
author | grant <grant@pkgsrc.org> | 2005-07-12 04:15:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-12 04:15:50 +0000 |
commit | 46e29c7cb80fa1f0019c642f23c59f1cf08298e0 (patch) | |
tree | af8f9095f004b7ae7631eb57ce670e9c1ed1ee6f /security/pflkm | |
parent | 1e57066c934f47e18e43e32cb92fa2a9184ba370 (diff) | |
download | pkgsrc-46e29c7cb80fa1f0019c642f23c59f1cf08298e0.tar.gz |
use ${NOLOGIN}, not hardcoded /sbin/nologin.
Diffstat (limited to 'security/pflkm')
-rw-r--r-- | security/pflkm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pflkm/Makefile b/security/pflkm/Makefile index afe537dd120..a3c2f4fc61a 100644 --- a/security/pflkm/Makefile +++ b/security/pflkm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:18:09 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/12 04:15:50 grant Exp $ DISTNAME= pflkm-20050511 CATEGORIES= security @@ -13,7 +13,7 @@ ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* USE_PKGINSTALL= yes NO_CONFIGURE= yes -PKG_USERS= _pflogd:nogroup::pflogd\\ pseudo-user:${VARBASE}/chroot/pflogd:/sbin/nologin +PKG_USERS= _pflogd:nogroup::pflogd\\ pseudo-user:${VARBASE}/chroot/pflogd:${NOLOGIN} RCD_SCRIPTS= pf pflogd PKG_SYSCONFSUBDIR= pf |