Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2010 09:26:13 -0500 (CDT)
From:      Jim Riggs <ports@christianserving.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145606: [MAINTAINER] net-mgmt/zabbix-server: fix fping locations in sample conf files
Message-ID:  <20100410142613.4943E2279D9@zion.christianserving.org>
Resent-Message-ID: <201004101430.o3AEU2Jd035453@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145606
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/zabbix-server: fix fping locations in sample conf files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 14:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jim Riggs
>Release:        FreeBSD 6.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May  5 21:27:22 CDT
>Description:
- fix fping locations in sample conf files

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zabbix-server-1.8.2_1,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/Makefile /root/portwork/zabbix/net-mgmt/zabbix-server/Makefile
--- /usr/ports/net-mgmt/zabbix-server/Makefile	2010-04-03 05:44:24.000000000 -0500
+++ /root/portwork/zabbix/net-mgmt/zabbix-server/Makefile	2010-04-10 09:17:37.000000000 -0500
@@ -110,6 +110,7 @@
 	@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
 	  | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' \
 	  && ${FIND} ${WRKSRC} -type f -name '*.bak' -exec ${RM} -f {} +
+	@${REINPLACE_CMD} -e 's#/usr/sbin/fping#${PREFIX}/sbin/fping#g' ${WRKSRC}/misc/conf/${PORTNAME}_*.conf
 
 .if ${ZABBIX_BUILD} != "agent"
 .ifdef WITHOUT_FPING
--- zabbix-server-1.8.2_1,2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100410142613.4943E2279D9>