pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mackerel-agent: FIX config file name(in PKG_SYSCONFDIR)
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Tue Feb 27 23:50:45 2018 +0900
Changeset: 69e23d9c31db80c393520552cbccbf5c11d30818
Modified Files:
mackerel-agent/Makefile
Log Message:
mackerel-agent: FIX config file name(in PKG_SYSCONFDIR)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=69e23d9c31db80c393520552cbccbf5c11d30818
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mackerel-agent/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/mackerel-agent/Makefile b/mackerel-agent/Makefile
index 18dd5ba997..be1257c817 100755
--- a/mackerel-agent/Makefile
+++ b/mackerel-agent/Makefile
@@ -24,7 +24,7 @@ PKG_USERS= ${MACKEREL_USER}:${MACKEREL_GROUP}
INSTALLATION_DIRS+= bin share/examples/mackerelagent
EGDIR= ${PREFIX}/share/examples/mackerelagent
-CONF_FILES= ${EGDIR}/mackerelagent.sample.conf ${PKG_SYSCONFDIR}/mackerelagent.sample.conf
+CONF_FILES= ${EGDIR}/mackerelagent.sample.conf ${PKG_SYSCONFDIR}/mackerelagent.conf
MACKEREL_ROOTDIR= ${VARBASE}/lib/mackerelagent
MAKE_DIRS= ${MACKEREL_ROOTDIR}
Home |
Main Index |
Thread Index |
Old Index