svn commit: r453665 - head/net-mgmt/nagios4

Mathieu Arnold mat at FreeBSD.org
Tue Nov 7 15:49:11 UTC 2017


Author: mat
Date: Tue Nov  7 15:47:54 2017
New Revision: 453665
URL: https://svnweb.freebsd.org/changeset/ports/453665

Log:
  Set the correct lockfile in nagios.cfg-sample.
  
  PR:		223087
  Submitted by:	Vinícius Zavam
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios4/Makefile   (contents, props changed)

Modified: head/net-mgmt/nagios4/Makefile
==============================================================================
--- head/net-mgmt/nagios4/Makefile	Tue Nov  7 15:46:08 2017	(r453664)
+++ head/net-mgmt/nagios4/Makefile	Tue Nov  7 15:47:54 2017	(r453665)
@@ -3,6 +3,7 @@
 
 PORTNAME=	nagios
 PORTVERSION=	4.3.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://assets.nagios.com/downloads/nagioscore/releases/ \
@@ -32,6 +33,7 @@ CONFIGURE_ARGS=	--with-command-user=${NAGIOSUSER} \
 		--with-nagios-group=${NAGIOSGROUP} \
 		--with-htmurl=${NAGIOSHTMURL} \
 		--with-cgiurl=${NAGIOSCGIURL} \
+		--with-lockfile=${NAGIOSDIR}/nagios.lock \
 		--sbindir=${WWWDIR}/cgi-bin \
 		--libexecdir=${PREFIX}/libexec/nagios \
 		--datadir=${WWWDIR} \


More information about the svn-ports-all mailing list