Rework rc.d requirements so zfs and zvol come before relevant services so they

can be decoupled from the build
This commit is contained in:
Enji Cooper 2014-11-30 00:21:06 +00:00
parent 4ea83362cb
commit 53ffd84c4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275283
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 file systems
# 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