Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 13:38:47 +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: r458413 - in head/dns: bind9-devel/files bind910 bind910/files bind911 bind911/files bind912 bind912/files bind99 bind99/files
Message-ID:  <201801081338.w08Dcl3K089695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan  8 13:38:47 2018
New Revision: 458413
URL: https://svnweb.freebsd.org/changeset/ports/458413

Log:
  Fix altlog_proglist warning when it contains more than the named service.
  
  PR:		224951
  Submitted by:	Trix Farrar
  Sponsored by:	Absolight

Modified:
  head/dns/bind9-devel/files/named.in
  head/dns/bind910/Makefile   (contents, props changed)
  head/dns/bind910/files/named.in
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind911/files/named.in
  head/dns/bind912/Makefile   (contents, props changed)
  head/dns/bind912/files/named.in
  head/dns/bind99/Makefile   (contents, props changed)
  head/dns/bind99/files/named.in

Modified: head/dns/bind9-devel/files/named.in
==============================================================================
--- head/dns/bind9-devel/files/named.in	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind9-devel/files/named.in	Mon Jan  8 13:38:47 2018	(r458413)
@@ -324,7 +324,7 @@ named_prestart()
 		checkyesno named_chroot_autoupdate && chroot_autoupdate
 
 		case "${altlog_proglist}" in
-		  named)
+		  *named*)
 		    ;;
 		  *)
 		    warn 'Using chroot without setting altlog_proglist, logging may not'

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind910/Makefile	Mon Jan  8 13:38:47 2018	(r458413)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
 PKGNAMESUFFIX=	910

Modified: head/dns/bind910/files/named.in
==============================================================================
--- head/dns/bind910/files/named.in	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind910/files/named.in	Mon Jan  8 13:38:47 2018	(r458413)
@@ -324,7 +324,7 @@ named_prestart()
 		checkyesno named_chroot_autoupdate && chroot_autoupdate
 
 		case "${altlog_proglist}" in
-		  named)
+		  *named*)
 		    ;;
 		  *)
 		    warn 'Using chroot without setting altlog_proglist, logging may not'

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind911/Makefile	Mon Jan  8 13:38:47 2018	(r458413)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	2
 .else
 # dns/bind911 here
-PORTREVISION=	5
+PORTREVISION=	6
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}

Modified: head/dns/bind911/files/named.in
==============================================================================
--- head/dns/bind911/files/named.in	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind911/files/named.in	Mon Jan  8 13:38:47 2018	(r458413)
@@ -324,7 +324,7 @@ named_prestart()
 		checkyesno named_chroot_autoupdate && chroot_autoupdate
 
 		case "${altlog_proglist}" in
-		  named)
+		  *named*)
 		    ;;
 		  *)
 		    warn 'Using chroot without setting altlog_proglist, logging may not'

Modified: head/dns/bind912/Makefile
==============================================================================
--- head/dns/bind912/Makefile	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind912/Makefile	Mon Jan  8 13:38:47 2018	(r458413)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	0
 .else
 # dns/bind912 here
-PORTREVISION=	1
+PORTREVISION=	2
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}

Modified: head/dns/bind912/files/named.in
==============================================================================
--- head/dns/bind912/files/named.in	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind912/files/named.in	Mon Jan  8 13:38:47 2018	(r458413)
@@ -324,7 +324,7 @@ named_prestart()
 		checkyesno named_chroot_autoupdate && chroot_autoupdate
 
 		case "${altlog_proglist}" in
-		  named)
+		  *named*)
 		    ;;
 		  *)
 		    warn 'Using chroot without setting altlog_proglist, logging may not'

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind99/Makefile	Mon Jan  8 13:38:47 2018	(r458413)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
 PKGNAMESUFFIX=	99

Modified: head/dns/bind99/files/named.in
==============================================================================
--- head/dns/bind99/files/named.in	Mon Jan  8 13:38:43 2018	(r458412)
+++ head/dns/bind99/files/named.in	Mon Jan  8 13:38:47 2018	(r458413)
@@ -312,7 +312,7 @@ named_prestart()
 		checkyesno named_chroot_autoupdate && chroot_autoupdate
 
 		case "${altlog_proglist}" in
-		  named)
+		  *named*)
 		    ;;
 		  *)
 		    warn 'Using chroot without setting altlog_proglist, logging may not'



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