13 lines
344 B
Bash
Executable File
13 lines
344 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: FILESYSTEMS
|
|
# REQUIRE: root mountcritlocal zfs
|
|
|
|
# This is a dummy dependency, for services which require file systems
|
|
# 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 file systems than /.
|