mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
|
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
||||||
|
|
||||||
case "${altlog_proglist}" in
|
case "${altlog_proglist}" in
|
||||||
named)
|
*named*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
warn 'Using chroot without setting altlog_proglist, logging may not'
|
warn 'Using chroot without setting altlog_proglist, logging may not'
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= bind
|
PORTNAME= bind
|
||||||
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= dns net ipv6
|
CATEGORIES= dns net ipv6
|
||||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||||
PKGNAMESUFFIX= 910
|
PKGNAMESUFFIX= 910
|
||||||
|
|
|
@ -324,7 +324,7 @@ named_prestart()
|
||||||
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
||||||
|
|
||||||
case "${altlog_proglist}" in
|
case "${altlog_proglist}" in
|
||||||
named)
|
*named*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
warn 'Using chroot without setting altlog_proglist, logging may not'
|
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
|
PORTREVISION= 2
|
||||||
.else
|
.else
|
||||||
# dns/bind911 here
|
# dns/bind911 here
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
.endif
|
.endif
|
||||||
CATEGORIES= dns net ipv6
|
CATEGORIES= dns net ipv6
|
||||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||||
|
|
|
@ -324,7 +324,7 @@ named_prestart()
|
||||||
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
||||||
|
|
||||||
case "${altlog_proglist}" in
|
case "${altlog_proglist}" in
|
||||||
named)
|
*named*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
warn 'Using chroot without setting altlog_proglist, logging may not'
|
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
|
PORTREVISION= 0
|
||||||
.else
|
.else
|
||||||
# dns/bind912 here
|
# dns/bind912 here
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
.endif
|
.endif
|
||||||
CATEGORIES= dns net ipv6
|
CATEGORIES= dns net ipv6
|
||||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||||
|
|
|
@ -324,7 +324,7 @@ named_prestart()
|
||||||
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
||||||
|
|
||||||
case "${altlog_proglist}" in
|
case "${altlog_proglist}" in
|
||||||
named)
|
*named*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
warn 'Using chroot without setting altlog_proglist, logging may not'
|
warn 'Using chroot without setting altlog_proglist, logging may not'
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= bind
|
PORTNAME= bind
|
||||||
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= dns net ipv6
|
CATEGORIES= dns net ipv6
|
||||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||||
PKGNAMESUFFIX= 99
|
PKGNAMESUFFIX= 99
|
||||||
|
|
|
@ -312,7 +312,7 @@ named_prestart()
|
||||||
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
checkyesno named_chroot_autoupdate && chroot_autoupdate
|
||||||
|
|
||||||
case "${altlog_proglist}" in
|
case "${altlog_proglist}" in
|
||||||
named)
|
*named*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
warn 'Using chroot without setting altlog_proglist, logging may not'
|
warn 'Using chroot without setting altlog_proglist, logging may not'
|
||||||
|
|
Loading…
Add table
Reference in a new issue