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

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

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