pkgsrc-WIP-changes archive

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

munge: Add PKG_RCD_SCRIPTS to maintain /etc/rc.d



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue May 14 15:42:23 2024 -0500
Changeset:	a2ebefa4833c0f9dfe7290658fdc0827d8733091

Modified Files:
	munge/Makefile

Log Message:
munge: Add PKG_RCD_SCRIPTS to maintain /etc/rc.d

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

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

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

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 0b8313f84b..958d304c65 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -34,7 +34,8 @@ OWN_DIRS_PERMS+=	${MUNGE_LOG_DIR} ${MUNGE_USER} ${MUNGE_GROUP} 0700
 OWN_DIRS_PERMS+=	${MUNGE_RUN_DIR} ${MUNGE_USER} ${MUNGE_GROUP} 0755
 OWN_DIRS_PERMS+=	${MUNGE_ETC_DIR} ${MUNGE_USER} ${MUNGE_GROUP} 0700
 
-RCD_SCRIPTS+=		munge
+RCD_SCRIPTS=		munge
+PKG_RCD_SCRIPTS=	yes
 
 .if ${OPSYS} == Linux
 EGDIR=			${PREFIX}/share/examples/munge


Home | Main Index | Thread Index | Old Index