Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 10:06:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395658 - in head/net-mgmt/nagios4: . files
Message-ID:  <201508311006.t7VA68KE094958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 31 10:06:07 2015
New Revision: 395658
URL: https://svnweb.freebsd.org/changeset/ports/395658

Log:
  Set default value "NO" for nagios_enable in rc script.
  
  PR:		202556
  Submitted by:	John Marshall
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios4/Makefile
  head/net-mgmt/nagios4/files/nagios.in

Modified: head/net-mgmt/nagios4/Makefile
==============================================================================
--- head/net-mgmt/nagios4/Makefile	Mon Aug 31 09:29:17 2015	(r395657)
+++ head/net-mgmt/nagios4/Makefile	Mon Aug 31 10:06:07 2015	(r395658)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagios
 PORTVERSION=	4.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	4

Modified: head/net-mgmt/nagios4/files/nagios.in
==============================================================================
--- head/net-mgmt/nagios4/files/nagios.in	Mon Aug 31 09:29:17 2015	(r395657)
+++ head/net-mgmt/nagios4/files/nagios.in	Mon Aug 31 10:06:07 2015	(r395658)
@@ -31,6 +31,7 @@ reload_precmd=reload_precmd
 configtest_cmd=nagios_checkconfig
 sig_reload=HUP
 
+nagios_enable=${nagios_enable:-"NO"}
 nagios_program=${nagios_program:-"%%PREFIX%%/bin/nagios"}	# Path to named, if you want a different one.
 command_args=${command_args:-"-d"}
 extra_commands=${extra_commands:-"reload configtest"}



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