From c8e8c7e2449b19156e88349da88d45fecdc3e9dd Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 8 Jan 2018 13:38:47 +0000 Subject: [PATCH] Fix altlog_proglist warning when it contains more than the named service. PR: 224951 Submitted by: Trix Farrar Sponsored by: Absolight --- dns/bind9-devel/files/named.in | 2 +- dns/bind910/Makefile | 2 +- dns/bind910/files/named.in | 2 +- dns/bind911/Makefile | 2 +- dns/bind911/files/named.in | 2 +- dns/bind912/Makefile | 2 +- dns/bind912/files/named.in | 2 +- dns/bind99/Makefile | 2 +- dns/bind99/files/named.in | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dns/bind9-devel/files/named.in b/dns/bind9-devel/files/named.in index 37f7113fb192..d2815f1f905b 100644 --- a/dns/bind9-devel/files/named.in +++ b/dns/bind9-devel/files/named.in @@ -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' diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index f0854ef027c9..9a0d67c9323e 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -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 diff --git a/dns/bind910/files/named.in b/dns/bind910/files/named.in index 37f7113fb192..d2815f1f905b 100644 --- a/dns/bind910/files/named.in +++ b/dns/bind910/files/named.in @@ -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' diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 9cbf25286514..34933a7036b4 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 2 .else # dns/bind911 here -PORTREVISION= 5 +PORTREVISION= 6 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind911/files/named.in b/dns/bind911/files/named.in index 37f7113fb192..d2815f1f905b 100644 --- a/dns/bind911/files/named.in +++ b/dns/bind911/files/named.in @@ -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' diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 91cb3bec62b2..4c179a70664e 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind912/files/named.in b/dns/bind912/files/named.in index 37f7113fb192..d2815f1f905b 100644 --- a/dns/bind912/files/named.in +++ b/dns/bind912/files/named.in @@ -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' diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index a0bdacac2bbe..9667ab039250 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -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 diff --git a/dns/bind99/files/named.in b/dns/bind99/files/named.in index 1e161dd21a60..42493c86f388 100644 --- a/dns/bind99/files/named.in +++ b/dns/bind99/files/named.in @@ -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'