]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rc: make ctld depend on NETWORKING
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 5 Apr 2021 15:40:49 +0000 (16:40 +0100)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 5 Apr 2021 15:40:54 +0000 (16:40 +0100)
commit015351de04e3e621cff825cc1fdad5faf078c3ac
treeaee885b2580988612f4eb49dd2eb30d6244a48ce
parent16e549ebe2ab5dbc43b78856ee9932f14867be20
rc: make ctld depend on NETWORKING

This fixes a problem where ctld(8) would refuse to start on boot
with a specific IP address to listen on configured in ctl.conf(5).
It also fixes a problem where ctld(8) would fail to start with
some network interfaces which require a sysctl.conf(5) tweak
to configure them, eg to switch them from InfiniBand to IP mode.

PR: 232397
Reported By: Mahmoud Al-Qudsi <mqudsi at neosmart.net>
Submitted By: Jeremy Faulkner <gldisater at gmail.com>
Reviewed By: mav
Differential Revision: https://reviews.freebsd.org/D29578
libexec/rc/rc.d/ctld