The branch main has been updated by imp:

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

commit e3898d552c9807b523ab3b0a66056520aa2e252a
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2025-02-05 05:11:40 +0000
Commit:     Warner Losh <i...@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
 

Reply via email to