xref: /freebsd/libexec/rc/rc.d/FILESYSTEMS (revision 0696600c41600d80bcd993bfd8e675d0ae6951fe)
1*0696600cSBjoern A. Zeeb#!/bin/sh
2*0696600cSBjoern A. Zeeb#
3*0696600cSBjoern A. Zeeb# $FreeBSD$
4*0696600cSBjoern A. Zeeb#
5*0696600cSBjoern A. Zeeb
6*0696600cSBjoern A. Zeeb# PROVIDE: FILESYSTEMS
7*0696600cSBjoern A. Zeeb# REQUIRE: root mountcritlocal cleanvar
8*0696600cSBjoern A. Zeeb
9*0696600cSBjoern A. Zeeb#	This is a dummy dependency, for services which require filesystems
10*0696600cSBjoern A. Zeeb#	to be mounted before starting.  It also serves as the default early /
11*0696600cSBjoern A. Zeeb#	late divider; after this point, rc.d directories are rescanned to
12*0696600cSBjoern A. Zeeb#	catch scripts from other filesystems than /.
13