Fix altlog_proglist warning when it contains more than the named service.
PR: 224951 Submitted by: Trix Farrar Sponsored by: Absolight
This commit is contained in:
parent
e2ed0ec261
commit
c8e8c7e244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458413
9 changed files with 9 additions and 9 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue