summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/early.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/early.sh')
-rwxr-xr-xetc/rc.d/early.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/rc.d/early.sh b/etc/rc.d/early.sh
deleted file mode 100755
index 8955ba8..0000000
--- a/etc/rc.d/early.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: early
-# REQUIRE: disks localswap
-# BEFORE: fsck
-
-#
-# Support for legacy /etc/rc.early script
-#
-if [ -r /etc/rc.early ]; then
- warn 'Use of the early.sh script is deprecated'
- warn 'Please use a new-style rc.d script instead'
- warn 'See rc(8) for more information'
- . /etc/rc.early
-fi
OpenPOWER on IntegriCloud