summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-23 00:12:35 +0000
committerjlam <jlam>2006-04-23 00:12:35 +0000
commit20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /security/openssh
parent1681e974bb6b92327674323cc6ecfcdc2381500b (diff)
downloadpkgsrc-20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5.tar.gz
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 326339771fa..7afbd784bf7 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2006/03/14 01:14:33 jlam Exp $
+# $NetBSD: Makefile,v 1.167 2006/04/23 00:12:41 jlam Exp $
DISTNAME= openssh-4.3p1
PKGNAME= openssh-4.3.1
@@ -48,8 +48,13 @@ LIBS+= -lbind -ldb -lcrypt
.else # not Interix
-PKG_USERS= ${OPENSSH_USER}:${OPENSSH_GROUP}:${OPENSSH_UID}:sshd\ privsep:${OPENSSH_CHROOT}:${NOLOGIN}
PKG_GROUPS= ${OPENSSH_GROUP}:${OPENSSH_GID}
+PKG_USERS= ${OPENSSH_USER}:${OPENSSH_GROUP}
+
+PKG_GID.${OPENSSH_GROUP}= ${OPENSSH_GID}
+PKG_UID.${OPENSSH_USER}= ${OPENSSH_UID}
+PKG_GECOS.${OPENSSH_USER}= sshd privsep pseudo-user
+PKG_HOME.${OPENSSH_USER}= ${OPENSSH_CHROOT}
.endif