Author: cy
Date: Wed Aug 26 20:30:00 2020
New Revision: 364835
URL: https://svnweb.freebsd.org/changeset/base/364835

Log:
  To avoid breakage for those who build/install without ZFS only
  rely on rc.d/zpool's BEFORE specification.
  
  Reported by:  rpokala

Modified:
  head/libexec/rc/rc.d/mountcritlocal

Modified: head/libexec/rc/rc.d/mountcritlocal
==============================================================================
--- head/libexec/rc/rc.d/mountcritlocal Wed Aug 26 19:32:28 2020        
(r364834)
+++ head/libexec/rc/rc.d/mountcritlocal Wed Aug 26 20:30:00 2020        
(r364835)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: mountcritlocal
-# REQUIRE: root hostid_save mdconfig zvol
+# REQUIRE: root hostid_save mdconfig
 # KEYWORD: nojail shutdown
 
 . /etc/rc.subr
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to