Patch from Thomas Winkler:
authorEric Andersen <andersen@codepoet.org>
Wed, 31 Mar 2004 11:30:08 +0000 (11:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 31 Mar 2004 11:30:08 +0000 (11:30 -0000)
commitc11a6a887b82e4c1f51e18499b06c0d745771ab0
tree2fdbdb4f97c1b2e6ab7e37528b91949b5f7f194b
parent11e5516d6756b8594e3e6fcff2e661b6141c5ab7
Patch from Thomas Winkler:

ifconfig did not look up hostnames, so
ifconfig lo localhost
would not work, you have to do
ifconfig lo 127.0.0.1
networking/ifconfig.c