summaryrefslogtreecommitdiff
path: root/init.d/network.in
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-11-15 17:06:10 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-11-16 13:29:52 -0600
commit5994e55937cbbb71b1c22ad829b77a1bcd8c3793 (patch)
treefb48571a069d2a7b1024abd58e839d0410036837 /init.d/network.in
parent3f2e9c4e1fa5587ec4f7ff07fbc5b5066c2d281e (diff)
downloadopenrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.gz
openrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.bz2
openrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.xz
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.
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