diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-13 04:20:30 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-13 04:20:30 +0000 |
commit | 36ab78221c2424a836cbc6a6ec7e92df8a16d6fe (patch) | |
tree | 5775acf0998ed3f8fb2509a55e97b8d84314add0 /rc/bin/cpurc | |
parent | 07cfc314441839d75e2ef8420a246f3dcbc517b4 (diff) | |
download | plan9front-36ab78221c2424a836cbc6a6ec7e92df8a16d6fe.tar.xz |
dont configure loopback interfaces
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index 8fadee5fc..14db6f6e6 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -30,8 +30,6 @@ if(test -e /cfg/$sysname/cpurc) # start up internet if we don't already have an address if(! grep u /net/ipselftab | grep -sv 127.0.0.1) ip/ipconfig -if(! grep -s 127.0.0.1 /net/ipselftab) - ip/ipconfig loopback /dev/null 127.1 # if we're not a server, start a dns resolver if(! test -e /srv/dns) |