fix typo
I made a typo while manually transferring over Roy's last commit. This fixes that typo.
This commit is contained in:
parent
898552dcc3
commit
6f24d1cbd8
@ -224,7 +224,7 @@ start()
|
|||||||
if [ "$RC_UNAME" = "Linux" ]; then
|
if [ "$RC_UNAME" = "Linux" ]; then
|
||||||
ifconfig lo 127.0.0.1 netmask 255.0.0.0 || cr=1
|
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 \
|
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
|
else
|
||||||
ifconfig lo0 127.0.0.1 netmask 255.0.0.0 || cr=1
|
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 \
|
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user