From 5994e55937cbbb71b1c22ad829b77a1bcd8c3793 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 15 Nov 2011 17:06:10 -0600 Subject: Deprecate the network and staticroute scripts These scripts are not supported, and they have several major design issues such as not being able to stop, start or allow a dependency on a single interface. --- init.d/staticroute.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.d/staticroute.in') 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" } -- cgit v1.2.3