mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
Fix plugin configurations.
Munin seems to read all the files in its .d directory, so the .sample is always read after the actual .conf, and overwrites its defaults. Which is, obviously, a bad thing. Sponsored by: Absolight
This commit is contained in:
parent
9e85d5ec60
commit
2374e868a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430479
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= munin
|
||||
PORTVERSION= ${MUNIN_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MUNIN_SITES}
|
||||
PKGNAMESUFFIX= -node
|
||||
@ -77,7 +77,7 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/build/node/munin-node.conf \
|
||||
${STAGEDIR}${ETCDIR}/munin-node.conf.sample
|
||||
${INSTALL_DATA} ${WRKDIR}/plugins.conf \
|
||||
${STAGEDIR}${ETCDIR}/plugin-conf.d/plugins.conf.sample
|
||||
${STAGEDIR}${ETCDIR}/plugins.conf.sample
|
||||
(cd ${WRKSRC}/node/blib/bindoc; \
|
||||
${INSTALL_MAN} munin-node-configure.1 munin-node.1 munin-run.1 munin-sched.1 munindoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1; \
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/munindoc
|
||||
@sample %%ETCDIR%%/munin-node.conf.sample
|
||||
@sample %%ETCDIR%%/plugin-conf.d/plugins.conf.sample
|
||||
@dir %%ETCDIR%%/plugin-conf.d
|
||||
@sample %%ETCDIR%%/plugins.conf.sample %%ETCDIR%%/plugin-conf.d/plugins.conf
|
||||
@comment the directory exists in STAGEDIR because it is present in
|
||||
@comment BSD.local.dist but if not registered here, it will not exist in PREFIX
|
||||
@comment when the package is installed.
|
||||
|
Loading…
Reference in New Issue
Block a user