summaryrefslogtreecommitdiff
path: root/init.d/network.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/network.in')
-rw-r--r--init.d/network.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.d/network.in b/init.d/network.in
index bd68391..c934129 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -219,6 +219,12 @@ start()
eend $?
fi
+ ewarn
+ ewarn "The $RC_SVCNAME script is deprecated and will be"
+ ewarn "removed in the future."
+ ewarn "Please use the net.* scripts to manage your network interfaces."
+ ewarn
+
einfo "Starting network"
routeflush
if [ "$RC_UNAME" = "Linux" ]; then