2007-04-02 22:53:07 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: FILESYSTEMS
|
2016-05-15 04:38:50 +00:00
|
|
|
# REQUIRE: root mountcritlocal cleanvar
|
2007-04-02 22:53:07 +00:00
|
|
|
|
2016-04-23 16:10:54 +00:00
|
|
|
# This is a dummy dependency, for services which require filesystems
|
2007-04-02 22:53:07 +00:00
|
|
|
# to be mounted before starting. It also serves as the default early /
|
|
|
|
# late divider; after this point, rc.d directories are rescanned to
|
2016-04-23 16:10:54 +00:00
|
|
|
# catch scripts from other filesystems than /.
|