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:
parent
4ea83362cb
commit
53ffd84c4d
@ -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 /
|
||||
|
@ -4,7 +4,6 @@
|
||||
#
|
||||
|
||||
# PROVIDE: dumpon
|
||||
# REQUIRE: zvol
|
||||
# BEFORE: disks
|
||||
# KEYWORD: nojail
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: var
|
||||
# REQUIRE: mountcritlocal zfs
|
||||
# REQUIRE: mountcritlocal
|
||||
|
||||
# NFS /var is not supported, unless NFS /var is part of diskless NFS /
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: zfs
|
||||
# REQUIRE: mountcritlocal
|
||||
# BEFORE: FILESYSTEMS var
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
# PROVIDE: zvol
|
||||
# REQUIRE: hostid
|
||||
# BEFORE: dumpon
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user