1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

Make FILESYSTEMS, dumpon, and var not depend on zfs and zvol

Make zfs and zvol come before all of the items that depended on them
previously

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-15 04:38:50 +00:00
parent 142e7499c5
commit 7e7d2a6f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299839
5 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: FILESYSTEMS
# REQUIRE: root mountcritlocal cleanvar zfs
# REQUIRE: root mountcritlocal cleanvar
# This is a dummy dependency, for services which require filesystems
# to be mounted before starting. It also serves as the default early /

View File

@ -4,7 +4,6 @@
#
# PROVIDE: dumpon
# REQUIRE: zvol
# BEFORE: disks
# KEYWORD: nojail

View File

@ -28,7 +28,7 @@
#
# PROVIDE: var
# REQUIRE: mountcritlocal zfs
# REQUIRE: mountcritlocal
# NFS /var is not supported, unless NFS /var is part of diskless NFS /

View File

@ -5,6 +5,7 @@
# PROVIDE: zfs
# REQUIRE: mountcritlocal
# BEFORE: FILESYSTEMS var
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: zvol
# REQUIRE: hostid
# BEFORE: dumpon
# KEYWORD: nojail
. /etc/rc.subr