diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-12 08:15:50 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-12 08:15:50 +0000 |
commit | c5bcd17a58cb16e9376ad7ddba6828c7287c8466 (patch) | |
tree | 33bf132612b32d5fc067c2cb9aa1f9f940566c56 /rc/bin/inst/startether | |
parent | aeb62668546acd1c467a1190cf8a3c03a7b098e5 (diff) | |
download | plan9front-c5bcd17a58cb16e9376ad7ddba6828c7287c8466.tar.xz |
inst: add network configuration setup
Diffstat (limited to 'rc/bin/inst/startether')
-rwxr-xr-x | rc/bin/inst/startether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/startether b/rc/bin/inst/startether index 077504c1a..bfe8764dd 100755 --- a/rc/bin/inst/startether +++ b/rc/bin/inst/startether @@ -19,7 +19,7 @@ case go case manual ip/ipconfig -g $gwaddr ether /net/ether0 $ipaddr $ipmask >>[2]/srv/log case dhcp - ip/ipconfig $dhcphost -D >>/srv/log >[2=1] + ip/ipconfig $dhcphost >>[2]/srv/log } case checkdone |