mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
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
This commit is contained in:
parent
16e549ebe2
commit
015351de04
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: ctld
|
||||
# REQUIRE: FILESYSTEMS
|
||||
# REQUIRE: FILESYSTEMS NETWORKING
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: nojail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user