summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-19 16:11:07 +0000
committerjoerg <joerg>2006-03-19 16:11:07 +0000
commita2a73d287c93f290941004e31cf016b6755afc5b (patch)
tree8e8c287b21297bb80f0fb942a6f4a4d87487d2c4
parent5469f805a659a4cca6dc815a3157b888084a4b34 (diff)
downloadpkgsrc-a2a73d287c93f290941004e31cf016b6755afc5b.tar.gz
Since the usergroup frameworks requires explicit groups for each users,
just create a cvmlog group as well.
-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; \