13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
# PROVIDE: FILESYSTEMS
|
||
|
# REQUIRE: root mountcritlocal
|
||
|
|
||
|
# 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 /.
|