FreeBSD Bugzilla – Attachment 181787 Details for
Bug 218611
[PATCH] net-mgmt/percona-monitoring-plugins: follow FreeBSD hier(7)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
percona-monitoring-plugins
percona-monitoring.patch (text/plain), 1.28 KB, created by
Mark Felder
on 2017-04-14 16:48:45 UTC
(
hide
)
Description:
percona-monitoring-plugins
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2017-04-14 16:48:45 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 438404) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= percona-monitoring-plugins > PORTVERSION= 1.1.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-mgmt > MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \ > ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ >@@ -20,7 +20,8 @@ > p5-Digest-MD5>=0:security/p5-Digest-MD5 \ > p5-Getopt-Long>=0:devel/p5-Getopt-Long \ > p5-Time-HiRes>=0:devel/p5-Time-HiRes \ >- bash:shells/bash >+ bash:shells/bash \ >+ wget:ftp/wget > > USES= shebangfix perl5 php:cli > USE_PERL5= run >@@ -36,6 +37,12 @@ > > OPTIONS_DEFINE= DOCS > >+post-patch: >+ @${REINPLACE_CMD} 's|/etc/cacti/|${LOCALBASE}/etc/cacti/|g' ${WRKSRC}/cacti/scripts/ss_get_mysql_stats.php >+ @${REINPLACE_CMD} 's|/etc/nagios/mysql.cnf|${LOCALBASE}/etc/nagios/mysql.cnf|g' ${WRKSRC}/nagios/bin/pmp-check-mysql-* >+ @${REINPLACE_CMD} 's|/etc/cacti/|${LOCALBASE}/etc/cacti/|g' ${WRKSRC}/zabbix/scripts/ss_get_mysql_stats.php >+ @${REINPLACE_CMD} 's|wget|${LOCALBASE}/bin/wget|g' ${WRKSRC}/cacti/scripts/ss_get_by_ssh.php >+ > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/share/cacti/scripts > ${MKDIR} ${STAGEDIR}${PREFIX}/share/percona-monitoring-plugins
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218611
:
181739
| 181787 |
181855