Bug 199733 - devd requires hastd using CARP+HAST.
Summary: devd requires hastd using CARP+HAST.
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 9.3-RELEASE
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-rc (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-27 14:23 UTC by hs_fbsd
Modified: 2015-04-28 00:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hs_fbsd 2015-04-27 14:23:23 UTC
I setup CARP and HAST described as:
 https://www.freebsd.org/doc/en/books/handbook/disks-hast.html

But not work on boot time because devd start before hastd.
This patch for /etc/rc.d/devd looks work fine for me.

----
*** devd.old	Mon Apr 27 22:57:42 2015
--- devd	Mon Apr 27 22:57:17 2015
***************
*** 4,10 ****
  #
  
  # PROVIDE: devd
! # REQUIRE: netif
  # BEFORE: NETWORKING mountcritremote
  # KEYWORD: nojail shutdown
  
--- 4,10 ----
  #
  
  # PROVIDE: devd
! # REQUIRE: netif hastd
  # BEFORE: NETWORKING mountcritremote
  # KEYWORD: nojail shutdown