freebsd-dev/etc/rc.d/early.sh
Mike Makonnen 337338ee00 Remove the requirement for the FreeBSD keyword as it no longer
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days
2004-10-07 13:55:26 +00:00

16 lines
184 B
Bash

#!/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