svn commit: r364835 - head/libexec/rc/rc.d

Cy Schubert cy at FreeBSD.org
Wed Aug 26 20:30:01 UTC 2020


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


More information about the svn-src-head mailing list