svn commit: r395658 - in head/net-mgmt/nagios4: . files

Mathieu Arnold mat at FreeBSD.org
Mon Aug 31 10:06:08 UTC 2015


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"}


More information about the svn-ports-all mailing list