mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
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
12 lines
347 B
Bash
Executable file
12 lines
347 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: FILESYSTEMS
|
|
# 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 /
|
|
# late divider; after this point, rc.d directories are rescanned to
|
|
# catch scripts from other filesystems than /.
|