summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/early.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/early.sh')
-rw-r--r--etc/rc.d/early.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/early.sh b/etc/rc.d/early.sh
index aaebe33..8955ba8 100644
--- a/etc/rc.d/early.sh
+++ b/etc/rc.d/early.sh
@@ -11,5 +11,8 @@
# 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