summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-07-10 15:31:16 -0500
committerWilliam Hubbs <williamh@gentoo.org>2010-07-10 15:31:16 -0500
commit6f24d1cbd8771f0f0522a237b348f64c1d33cba4 (patch)
treed411167c31cd0fdcea96acfa4dc3fd3230ee120b
parent898552dcc376d40c9033c65e8c3a7b2ec3b8b92d (diff)
downloadopenrc-6f24d1cbd8771f0f0522a237b348f64c1d33cba4.tar.gz
openrc-6f24d1cbd8771f0f0522a237b348f64c1d33cba4.tar.bz2
openrc-6f24d1cbd8771f0f0522a237b348f64c1d33cba4.tar.xz
fix typo
I made a typo while manually transferring over Roy's last commit. This fixes that typo.
-rw-r--r--init.d/network.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in
index 2acfcb6..135e5d8 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -224,7 +224,7 @@ start()
if [ "$RC_UNAME" = "Linux" ]; then
ifconfig lo 127.0.0.1 netmask 255.0.0.0 || cr=1
route add -net 127.0.0.0 netmask 255.0.0.0 \
- gw 127.0.0.1 2>/dev/null
+ gw 127.0.0.1 reject 2>/dev/null
else
ifconfig lo0 127.0.0.1 netmask 255.0.0.0 || cr=1
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 \