FILESYSTEMS revision 168283
1211026Sgavin#!/bin/sh
2211026Sgavin#
3211026Sgavin# $FreeBSD: head/etc/rc.d/FILESYSTEMS 168283 2007-04-02 22:53:07Z des $
4211026Sgavin#
5211026Sgavin
6211026Sgavin# PROVIDE: FILESYSTEMS
7211026Sgavin# REQUIRE: root mountcritlocal
8211026Sgavin
9211026Sgavin#	This is a dummy dependency, for services which require file systems
10211026Sgavin#	to be mounted before starting.  It also serves as the default early /
11211026Sgavin#	late divider; after this point, rc.d directories are rescanned to
12211026Sgavin#	catch scripts from other file systems than /.
13211026Sgavin