summaryrefslogtreecommitdiff
path: root/security/cvm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-03-19 16:11:07 +0000
committerjoerg <joerg@pkgsrc.org>2006-03-19 16:11:07 +0000
commit16eb5cfa6df831b0fe2993c0f09fda625212b109 (patch)
tree8e8c287b21297bb80f0fb942a6f4a4d87487d2c4 /security/cvm
parentdc2f820d75b04ad52e142da3801a2a3f696b0b68 (diff)
downloadpkgsrc-16eb5cfa6df831b0fe2993c0f09fda625212b109.tar.gz
Since the usergroup frameworks requires explicit groups for each users,
just create a cvmlog group as well.
Diffstat (limited to 'security/cvm')
-rw-r--r--security/cvm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile
index 997d15919c8..d76d022d1d5 100644
--- a/security/cvm/Makefile
+++ b/security/cvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/07 03:33:38 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/03/19 16:11:07 joerg Exp $
#
DISTNAME= cvm-0.76
@@ -21,7 +21,8 @@ SUBST_SED.paths= -e 's|/var/qmail|${QMAILDIR}|g'
SUBST_MESSAGE.paths= "Fixing paths."
RCD_SCRIPTS= cvm
-PKG_USERS+= cvmlog:::cvmlog
+PKG_GROUPS+= cvmlog
+PKG_USERS+= cvmlog:cvmlog::cvmlog
DJB_CONFIG_CMDS= \
${ECHO} ${DJB_CONFIG_PREFIX}/include > conf-include; \