git: 2d17f44a5ae6 - main - rc.d: Add hastd as a prereq for devd

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 05 Feb 2025 00:47:26 UTC
The branch main has been updated by imp:

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

commit 2d17f44a5ae6e948c3a93cac30b8315d127ba900
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-02-05 00:36:18 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-02-05 00:47:21 +0000

    rc.d: Add hastd as a prereq for devd
    
    Setuping up CARP and HAST described in:
            https://www.freebsd.org/doc/en/books/handbook/disks-hast.html
    doesn't work at boot time because devd start before hastd.
    
    PR: 199733
    Submitted-by: hs_fbsd@on-sky.net (no name given)
---
 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 98f2068c2075..524fb045dfab 100755
--- a/libexec/rc/rc.d/devd
+++ b/libexec/rc/rc.d/devd
@@ -3,7 +3,7 @@
 #
 
 # PROVIDE: devd
-# REQUIRE: netif ldconfig
+# REQUIRE: netif ldconfig hastd
 # BEFORE: NETWORKING mountcritremote
 # KEYWORD: nojail shutdown