summaryrefslogtreecommitdiff
path: root/init.d/staticroute.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/staticroute.in')
-rw-r--r--init.d/staticroute.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in
index 213dddf..294f890 100644
--- a/init.d/staticroute.in
+++ b/init.d/staticroute.in
@@ -93,6 +93,11 @@ do_routes()
start()
{
+ 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
do_routes "Adding" "add"
}