Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 15:36:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225452] syslogd.conf include functionality is broken
Message-ID:  <bug-225452-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225452

            Bug ID: 225452
           Summary: syslogd.conf include functionality is broken
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: feld@FreeBSD.org

Created attachment 190058
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190058&action=edit
patch for 11-STABLE

this affects 11.1-RELEASE and 11-STABLE.

The config syntax is as follows:

include                                         /etc/syslog.d
include                                         /usr/local/etc/syslog.d


Unfortunately due to a bug in the code only one "include" line can be used and
any lines after an "include" statement negates all of the configuration that
was pulled in by that "include".

romain@ confirmed this bug and has this patch which applies to 11-STABLE, but
this bug seems to be gone in CURRENT. There have been a lot of syslogd.c
changes in CURRENT so it's hard to identify which commit may have inadvertently
fixed it.

It would be appreciated if this could be fixed in an ERRATA

-- 
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-225452-8>