pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
munge: Fix collision between sysconfdir and etc dir
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Mon May 13 06:27:24 2024 -0500
Changeset: 1d27f9013afabfe6cb1e7c65be95158403200175
Modified Files:
munge/Makefile
Log Message:
munge: Fix collision between sysconfdir and etc dir
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1d27f9013afabfe6cb1e7c65be95158403200175
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
munge/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/munge/Makefile b/munge/Makefile
index 24fcab9f18..d78de8d26f 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -39,12 +39,12 @@ RCD_SCRIPTS+= munge
.if ${OPSYS} == Linux
EGDIR= ${PREFIX}/share/examples/munge
# Doesn't work on Lubuntu 23. Using CONFIGURE_ARGS for now.
-# PKG_SYSCONFSUBDIR= sysconfig
+PKG_SYSCONFSUBDIR= sysconfig
CONF_FILES= ${EGDIR}/systemd.sysconfig ${PKG_SYSCONFDIR}/munge
CONF_FILES+= ${EGDIR}/logrotate.conf ${PREFIX}/etc/logrotate.d/munge
INSTALLATION_DIRS+= ${EGDIR} etc/logrotate.d
-CONFIGURE_ARGS+= --with-sysconfigdir=${PREFIX}/etc/sysconfig
+CONFIGURE_ARGS+= --with-sysconfigdir=${PKG_SYSCONFDIR}
AUTO_MKDIRS= yes
post-install:
Home |
Main Index |
Thread Index |
Old Index