]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/early.sh
This commit was generated by cvs2svn to compensate for changes in r169185,
[FreeBSD/FreeBSD.git] / etc / rc.d / early.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: early
7 # REQUIRE: disks localswap
8 # BEFORE:  fsck
9
10 #
11 # Support for legacy /etc/rc.early script
12 #
13 if [ -r /etc/rc.early ]; then
14         . /etc/rc.early
15 fi