Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2022 07:46:04 GMT
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c0163f4abef0 - stable/13 - rc: make ctld depend on NETWORKING
Message-ID:  <202201210746.20L7k4fq028922@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by avg:

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

commit c0163f4abef029cd5ed6db9357665ae29a86716d
Author:     Edward Tomasz Napierala <trasz@FreeBSD.org>
AuthorDate: 2021-04-05 15:40:49 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2022-01-21 07:45:20 +0000

    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
    
    (cherry picked from commit 015351de04e3e621cff825cc1fdad5faf078c3ac)
---
 libexec/rc/rc.d/ctld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/ctld b/libexec/rc/rc.d/ctld
index 1364d4f6c7a7..2919a10dea4d 100755
--- a/libexec/rc/rc.d/ctld
+++ b/libexec/rc/rc.d/ctld
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: ctld
-# REQUIRE: FILESYSTEMS
+# REQUIRE: FILESYSTEMS NETWORKING
 # BEFORE:  DAEMON
 # KEYWORD: nojail
 



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