Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jan 2018 13:41:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224951] dns/bind911 [patch] warning when altlog_proglist contains other programs
Message-ID:  <bug-224951-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224951

            Bug ID: 224951
           Summary: dns/bind911 [patch] warning when altlog_proglist
                    contains other programs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: trix@basement.net
          Keywords: patch
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

When the /etc/rc.conf variable altlog_proglist contains more than only "nam=
ed"
the test in /usr/local/etc/rc.d/named fails.

--- named-orig  2018-01-06 07:40:47.840177000 -0600
+++ named       2018-01-06 07:40:07.603621000 -0600
@@ -313,7 +313,7 @@
                checkyesno named_chroot_autoupdate && chroot_autoupdate

                case "${altlog_proglist}" in
-                 named)
+                 *named*)
                    ;;
                  *)
                    warn 'Using chroot without setting altlog_proglist, log=
ging
may not'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224951-13>