diff options
author | mat <mat@FreeBSD.org> | 2018-01-08 21:38:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-08 21:38:47 +0800 |
commit | cff94e5425beb139dd75f228d1a32cdcaedd0627 (patch) | |
tree | ba6db6c12781cef4640171b41b35a81011639f60 | |
parent | be167491a15196df946b11583f180456c2c9c14b (diff) | |
download | freebsd-ports-gnome-cff94e5425beb139dd75f228d1a32cdcaedd0627.tar.gz freebsd-ports-gnome-cff94e5425beb139dd75f228d1a32cdcaedd0627.tar.zst freebsd-ports-gnome-cff94e5425beb139dd75f228d1a32cdcaedd0627.zip |
Fix altlog_proglist warning when it contains more than the named service.
PR: 224951
Submitted by: Trix Farrar
Sponsored by: Absolight
-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' |