Deleted Added
full compact
FILESYSTEMS (180563) FILESYSTEMS (240336)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/FILESYSTEMS 180563 2008-07-16 19:22:48Z dougb $
3# $FreeBSD: head/etc/rc.d/FILESYSTEMS 240336 2012-09-11 05:04:59Z obrien $
4#
5
6# PROVIDE: FILESYSTEMS
4#
5
6# PROVIDE: FILESYSTEMS
7# REQUIRE: root mountcritlocal zfs
7# REQUIRE: root mountcritlocal cleanvar zfs
8
9# This is a dummy dependency, for services which require file systems
10# to be mounted before starting. It also serves as the default early /
11# late divider; after this point, rc.d directories are rescanned to
12# catch scripts from other file systems than /.
8
9# This is a dummy dependency, for services which require file systems
10# to be mounted before starting. It also serves as the default early /
11# late divider; after this point, rc.d directories are rescanned to
12# catch scripts from other file systems than /.