Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2025 05:28:15 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e3898d552c98 - main - Revert "rc.d: Add hastd as a prereq for devd"
Message-ID:  <202502050528.5155SFiZ058509@gitrepo.freebsd.org>

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

The branch main has been updated by imp:

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

commit e3898d552c9807b523ab3b0a66056520aa2e252a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-05 05:11:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-02-05 05:11:40 +0000

    Revert "rc.d: Add hastd as a prereq for devd"
    
    This reverts commit 2d17f44a5ae6e948c3a93cac30b8315d127ba900. It hangs
    the boot. It turns out I installed my test on the wrong machine and
    rebooted the other one...
    
    Sponsored by:           Netflix
---
 libexec/rc/rc.d/devd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/devd b/libexec/rc/rc.d/devd
index 524fb045dfab..98f2068c2075 100755
--- a/libexec/rc/rc.d/devd
+++ b/libexec/rc/rc.d/devd
@@ -3,7 +3,7 @@
 #
 
 # PROVIDE: devd
-# REQUIRE: netif ldconfig hastd
+# REQUIRE: netif ldconfig
 # BEFORE: NETWORKING mountcritremote
 # KEYWORD: nojail shutdown
 



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