As previously advertised, remove this script prior to the 8.0 branch.
This commit is contained in:
parent
4995d6a865
commit
d5bddd5698
@ -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 \
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user