pkgsrc-WIP-changes archive

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

munge: Disable username subst



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun May 12 21:07:56 2024 -0500
Changeset:	9aa7104ccb73b8e1e1b121ed58b6bb253767a53e

Modified Files:
	munge/Makefile

Log Message:
munge: Disable username subst

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

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

diffstat:
 munge/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 5732c53822..403d74bb5c 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -35,17 +35,17 @@ OWN_DIRS_PERMS+=	${MUNGE_ETC_DIR} ${MUNGE_USER} ${MUNGE_GROUP} 0700
 
 RCD_SCRIPTS+=	munge
 
-SUBST_CLASSES+=		init
-SUBST_STAGE.init=	pre-configure
-SUBST_FILES.init=	src/etc/munge.sysvinit.init.in
-SUBST_SED.init=		-e 's|USER="munge"|USER="daemon"|g'
-SUBST_SED.init+=	-e 's|GROUP="munge"|GROUP="daemon"|g'
+# SUBST_CLASSES+=		init
+# SUBST_STAGE.init=	pre-configure
+# SUBST_FILES.init=	src/etc/munge.sysvinit.init.in
+# SUBST_SED.init=		-e 's|USER="munge"|USER="daemon"|g'
+# SUBST_SED.init+=	-e 's|GROUP="munge"|GROUP="daemon"|g'
 
-SUBST_CLASSES+=		systemd
-SUBST_STAGE.systemd=	pre-configure
-SUBST_FILES.systemd=	src/etc/munge.systemd.service.in
-SUBST_SED.systemd=	-e 's|User=munge|User=daemon|g'
-SUBST_SED.systemd+=	-e 's|Group=munge|Group=daemon|g'
+# SUBST_CLASSES+=		systemd
+# SUBST_STAGE.systemd=	pre-configure
+# SUBST_FILES.systemd=	src/etc/munge.systemd.service.in
+# SUBST_SED.systemd=	-e 's|User=munge|User=daemon|g'
+# SUBST_SED.systemd+=	-e 's|Group=munge|Group=daemon|g'
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index