Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 20:30:00 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364835 - head/libexec/rc/rc.d
Message-ID:  <202008262030.07QKU0Tg042108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008262030.07QKU0Tg042108>