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

Xin LI delphij at FreeBSD.org
Sat Sep 5 00:45:47 UTC 2020


Author: delphij
Date: Sat Sep  5 00:45:46 2020
New Revision: 365354
URL: https://svnweb.freebsd.org/changeset/base/365354

Log:
  Declare dependency relationship once instead of twice for zpool
  and zvol.

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

Modified: head/libexec/rc/rc.d/zpool
==============================================================================
--- head/libexec/rc/rc.d/zpool	Sat Sep  5 00:28:21 2020	(r365353)
+++ head/libexec/rc/rc.d/zpool	Sat Sep  5 00:45:46 2020	(r365354)
@@ -5,7 +5,7 @@
 
 # PROVIDE: zpool
 # REQUIRE: hostid disks
-# BEFORE: zvol mountcritlocal
+# BEFORE: mountcritlocal
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-all mailing list