As previously advertised, remove this script prior to the 8.0 branch.

This commit is contained in:
dougb 2009-05-30 19:38:51 +00:00
parent 4995d6a865
commit d5bddd5698
2 changed files with 1 additions and 19 deletions

View File

@ -9,7 +9,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
ccd cleanvar cleartmp cron \
ddb defaultroute devd devfs dhclient \
dmesg dumpon \
early.sh encswap \
encswap \
fsck ftp-proxy ftpd \
gbde geli geli2 gssd \
hcsecd \

View File

@ -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