diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-08 13:38:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-08 13:38:47 +0000 |
commit | c8e8c7e2449b19156e88349da88d45fecdc3e9dd (patch) | |
tree | ba6db6c12781cef4640171b41b35a81011639f60 | |
parent | e2ed0ec261551d2e0a9f666a7ac62484c63d6a03 (diff) | |
download | ports-c8e8c7e2449b19156e88349da88d45fecdc3e9dd.tar.gz ports-c8e8c7e2449b19156e88349da88d45fecdc3e9dd.zip |
Fix altlog_proglist warning when it contains more than the named service.
PR: 224951
Submitted by: Trix Farrar
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=458413
-rw-r--r-- | dns/bind9-devel/files/named.in | 2 | ||||
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/files/named.in | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/files/named.in | 2 | ||||
-rw-r--r-- | dns/bind912/Makefile | 2 | ||||
-rw-r--r-- | dns/bind912/files/named.in | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | 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' |