1168283Sdes#!/bin/sh
2168283Sdes#
3168283Sdes# $FreeBSD: releng/11.0/etc/rc.d/FILESYSTEMS 299839 2016-05-15 04:38:50Z ngie $
4168283Sdes#
5168283Sdes
6168283Sdes# PROVIDE: FILESYSTEMS
7299839Sngie# REQUIRE: root mountcritlocal cleanvar
8168283Sdes
9298514Slme#	This is a dummy dependency, for services which require filesystems
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
12298514Slme#	catch scripts from other filesystems than /.
13