summaryrefslogtreecommitdiff
path: root/init.d/network.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-08-24 16:09:57 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-08-25 17:09:04 -0500
commit1f011573544487bab0bee9d2a3d6ffa81c08ff48 (patch)
tree3fbca5df5f832c0912568fd413f1d260b43fdc57 /init.d/network.in
parent8f675d14e86e9e86a2d17b825aae9af519214305 (diff)
downloadopenrc-1f011573544487bab0bee9d2a3d6ffa81c08ff48.tar.gz
openrc-1f011573544487bab0bee9d2a3d6ffa81c08ff48.tar.bz2
openrc-1f011573544487bab0bee9d2a3d6ffa81c08ff48.tar.xz
do not provide a virtual for the loopback
The loopback interface is active on all systems, so there is no need to provide a virtual for it.
Diffstat (limited to 'init.d/network.in')
-rw-r--r--init.d/network.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in
index 65c199c..6e9b8c1 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -12,7 +12,6 @@ depend()
{
need localmount
after bootmisc
- provide lo
if [ -n "$(interfaces)" ]; then
provide net
fi