summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/cpurc2
-rwxr-xr-xrc/bin/termrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc
index 31caf33a2..404f494ff 100755
--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -64,7 +64,7 @@ if(test -r /net/ipselftab){
case $addrs
# try /lib/ndb first, then do dhcp
ip/ipconfig -N ether $ether >[2]/dev/null \
- || ip/ipconfig ether $ether -h $sysname
+ || ip/ipconfig -h $sysname ether $ether
}
}
}
diff --git a/rc/bin/termrc b/rc/bin/termrc
index 092137564..f160915e6 100755
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -65,7 +65,7 @@ if(test -r /net/ipselftab){
case $addrs
# try /lib/ndb first, then do dhcp
ip/ipconfig -N ether $ether >[2]/dev/null \
- || ip/ipconfig ether $ether -h $sysname
+ || ip/ipconfig -h $sysname ether $ether
}
}
}