965a2e6f88
daemon's manpage and probably improved. - Consistently use "filesystem" not "file system". Approved by: bapt, brueffer Differential Revision: D452
13 lines
351 B
Bash
Executable File
13 lines
351 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: FILESYSTEMS
|
|
# REQUIRE: root mountcritlocal cleanvar zfs
|
|
|
|
# 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 /.
|