pkgsrc-WIP-changes archive

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

munge: Create etc/munge, patch systemd script default user



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Mar 7 09:48:52 2018 -0600
Changeset:	ee008d7c878799527f6cea3ee2bef7ff1227a3d7

Modified Files:
	munge/Makefile

Log Message:
munge: Create etc/munge, patch systemd script default user

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

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

diffstat:
 munge/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index a22ce9df64..eb85a55f1c 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -16,13 +16,17 @@ USE_LIBTOOL=	yes
 CONFIGURE_ARGS+=	--localstatedir=${VARBASE}
 INSTALLATION_DIRS+=	lib/pkgconfig
 
-OWN_DIRS=	${VARBASE}/lib/munge ${VARBASE}/log/munge ${VARBASE}/run/munge
+OWN_DIRS=	${VARBASE}/lib/munge
+OWN_DIRS+=	${VARBASE}/log/munge
+OWN_DIRS+=	${VARBASE}/run/munge
+OWN_DIRS+=	etc/munge
 
 RCD_SCRIPTS+=	munge
 
 SUBST_CLASSES+=		init
 SUBST_STAGE.init=	post-build
 SUBST_FILES.init=	${WRKSRC}/src/etc/munge.init
+SUBST_FILES.init+=	${WRKSRC}/src/etc/munge.sysconfig
 SUBST_SED.init=		-e 's|USER="munge"|USER="daemon"|g'
 SUBST_SED.init+=	-e 's|GROUP="munge"|GROUP="daemon"|g'
 


Home | Main Index | Thread Index | Old Index