diff options
Diffstat (limited to 'init.d/staticroute.in')
-rw-r--r-- | init.d/staticroute.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in index 213dddf6..294f890d 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" } |