diff options
author | joerg <joerg> | 2006-03-07 03:33:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-07 03:33:38 +0000 |
commit | e7dafab0513e3132ea38efc05686dcb5c06bb77c (patch) | |
tree | 72e75be51427fb34607181fc6c593e571dbd4cd1 /security | |
parent | 3c53db6d0a00e3ee322f1ad0646d37c90c1d3256 (diff) | |
download | pkgsrc-e7dafab0513e3132ea38efc05686dcb5c06bb77c.tar.gz |
Let usergroupadd assign a default group, "users" is the default on
NetBSD, but doesn't exist e.g. on DragonFly and FreeBSD.
Diffstat (limited to 'security')
-rw-r--r-- | security/cvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 40a2d25095a..997d15919c8 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/29 06:22:09 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/07 03:33:38 joerg Exp $ # DISTNAME= cvm-0.76 @@ -21,7 +21,7 @@ SUBST_SED.paths= -e 's|/var/qmail|${QMAILDIR}|g' SUBST_MESSAGE.paths= "Fixing paths." RCD_SCRIPTS= cvm -PKG_USERS+= cvmlog:users::cvmlog +PKG_USERS+= cvmlog:::cvmlog DJB_CONFIG_CMDS= \ ${ECHO} ${DJB_CONFIG_PREFIX}/include > conf-include; \ |