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:
parent
142e7499c5
commit
7e7d2a6f50
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299839
@ -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 /
|
||||
|
@ -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