pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

iocaine: Fix copypasto for PKG_GROUPS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Aug 30 12:48:07 2026 +0200
Changeset:	f0427bab72fea6a9a143835513672fbd1ceeb7d9

Modified Files:
	iocaine/Makefile

Log Message:
iocaine: Fix copypasto for PKG_GROUPS

PKG_GROUPS contains the groups to create, not the users.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f0427bab72fea6a9a143835513672fbd1ceeb7d9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 iocaine/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/iocaine/Makefile b/iocaine/Makefile
index b3a29d640a..6ce0c1bcf9 100644
--- a/iocaine/Makefile
+++ b/iocaine/Makefile
@@ -38,7 +38,7 @@ IOCAINE_LOGDIR=			${VARBASE}/log/iocaine
 
 PKG_USERS_VARS+=		IOCAINE_USER
 PKG_GROUPS_VARS+=		IOCAINE_GROUP
-PKG_GROUPS=			${IOCAINE_USER}
+PKG_GROUPS=			${IOCAINE_GROUP}
 PKG_USERS=			${IOCAINE_USER}:${IOCAINE_GROUP}
 PKG_GECOS.${IOCAINE_USER}=	iocaine
 PKG_HOME.${IOCAINE_USER}=	${IOCAINE_DATADIR}


Home | Main Index | Thread Index | Old Index