1168283Sdes#!/bin/sh
2168283Sdes#
3168283Sdes# $FreeBSD: releng/10.3/etc/rc.d/FILESYSTEMS 240336 2012-09-11 05:04:59Z obrien $
4168283Sdes#
5168283Sdes
6168283Sdes# PROVIDE: FILESYSTEMS
7240336Sobrien# REQUIRE: root mountcritlocal cleanvar zfs
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