summaryrefslogtreecommitdiff
path: root/rc/bin/cpurc
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-xrc/bin/cpurc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc
index bd3e6c96d..e1f8b74ce 100755
--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -34,7 +34,7 @@ if(! grep u /net/ipselftab | grep -sv 127.0.0.1){
ether=`{ndb/query sys $sysname ether}
if(~ $#ether 1){
# try /lib/ndb first, then do dhcp
- ip/ipconfig -N || ip/ipconfig
+ ip/ipconfig -N >[2]/dev/null || ip/ipconfig
}
rm -f /env/ether
}