summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/early.sh
blob: aaebe33e234aa597ffeb3eeac0c122b4d5861a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: early
# REQUIRE: disks localswap
# BEFORE:  fsck

#
# Support for legacy /etc/rc.early script
#
if [ -r /etc/rc.early ]; then
	. /etc/rc.early
fi
OpenPOWER on IntegriCloud