1168283Sdes#!/bin/sh
2168283Sdes#
3168283Sdes# $FreeBSD$
4168283Sdes#
5168283Sdes
6168283Sdes# PROVIDE: FILESYSTEMS
7301612Sngie# REQUIRE: root mountcritlocal cleanvar
8168283Sdes
9168283Sdes#	This is a dummy dependency, for services which require file systems
10168283Sdes#	to be mounted before starting.  It also serves as the default early /
11168283Sdes#	late divider; after this point, rc.d directories are rescanned to
12168283Sdes#	catch scripts from other file systems than /.
13