pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pks Fix user/group creation
details: https://anonhg.NetBSD.org/pkgsrc/rev/3cbf9460902e
branches: trunk
changeset: 501513:3cbf9460902e
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Oct 23 19:59:54 2005 +0000
description:
Fix user/group creation
diffstat:
security/pks/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 74917082d63c -r 3cbf9460902e security/pks/Makefile
--- a/security/pks/Makefile Sun Oct 23 19:59:53 2005 +0000
+++ b/security/pks/Makefile Sun Oct 23 19:59:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/10/23 17:45:39 adrianp Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/23 19:59:54 adrianp Exp $
DISTNAME= pks-0.9.4
PKGREVISION= 3
@@ -24,7 +24,8 @@
PKS_SERVER?= localhost
PKS_HOME= ${VARBASE}/pks
-PKG_USERS= ${PKS_USER}:${PKS_GROUP}::PGP\ Key\ Server:${PKS_HOME}
+PKG_USERS= ${PKS_USER}:${PKS_GROUP}::PGP\ Key\ Server:${PKS_HOME}:${NOLOGIN}
+PKG_GROUPS= ${PKS_GROUP}
BDB_ACCEPTED= db2
Home |
Main Index |
Thread Index |
Old Index