[Bug 238006] syslogd not starting because of missing /var/run/log

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Sep 2024 10:03:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238006

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=5d045d556b1cfeb1487d49017b536afb3df105d3

commit 5d045d556b1cfeb1487d49017b536afb3df105d3
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-09-19 10:00:33 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-09-19 10:01:37 +0000

    syslogd: Ignore getaddrinfo() errors if -ss is specified

    This can arise if the jail doesn't have networking configured, and if
    -ss is specified, syslogd won't listen on port 514 anyway.

    Add a regression test case for this as well.

    PR:             238006
    MFC after:      1 month

 usr.sbin/syslogd/syslogd.c             |  8 ++++++++
 usr.sbin/syslogd/tests/syslogd_test.sh | 34 +++++++++++++++++++++++++++++++++-
 2 files changed, 41 insertions(+), 1 deletion(-)

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