pkgsrc-WIP-changes archive

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

fix PKG_SYSCONFDIR permissions



Module Name:	pkgsrc-wip
Committed By:	Frank Kardel <kardel%NetBSD.org@localhost>
Pushed By:	kardel
Date:		Mon Oct 12 11:11:24 2020 +0200
Changeset:	3c404ca61a6150b3b7a2a04e6e7689278b2e2ed0

Modified Files:
	frr/Makefile

Log Message:
fix PKG_SYSCONFDIR permissions

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

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

diffstat:
 frr/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/frr/Makefile b/frr/Makefile
index 02ef1b8a20..d01a00e8fe 100644
--- a/frr/Makefile
+++ b/frr/Makefile
@@ -28,6 +28,8 @@ FRR_VTY_GROUP?=	frrvty
 FRR_USER?=		_frr
 FRR_CONF_MODE=		0640
 FRR_LOG_MODE=		0640
+PKG_SYSCONFDIR_PERMS=	${FRR_USER} ${FRR_GROUP} 0750
+
 PKG_GECOS.${FRR_USER}=	FRRouting User
 PKG_HOME.${FRR_USER}=	/nonexistent
 PKG_SHELL.${FRR_USER}=	/bin/sh


Home | Main Index | Thread Index | Old Index