diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-15 17:06:10 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-16 13:29:52 -0600 |
commit | 5994e55937cbbb71b1c22ad829b77a1bcd8c3793 (patch) | |
tree | fb48571a069d2a7b1024abd58e839d0410036837 /init.d/network.in | |
parent | 3f2e9c4e1fa5587ec4f7ff07fbc5b5066c2d281e (diff) |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.d/network.in b/init.d/network.in index bd683914..c9341291 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 |