Date: Wed, 5 Feb 2025 00:47:26 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: 2d17f44a5ae6 - main - rc.d: Add hastd as a prereq for devd Message-ID: <202502050047.5150lQQp032860@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502050047.5150lQQp032860>