termrc: fix mistake
This commit is contained in:
parent
3ffbe35a20
commit
cedf916289
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ if(test -r /net/ipselftab){
|
||||||
case $addrs
|
case $addrs
|
||||||
# try /lib/ndb first, then do dhcp
|
# try /lib/ndb first, then do dhcp
|
||||||
ip/ipconfig -N ether $ether >[2]/dev/null \
|
ip/ipconfig -N ether $ether >[2]/dev/null \
|
||||||
|| ip/ipconfig ether $ether -h $sysname
|
|| ip/ipconfig -h $sysname ether $ether
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@ if(test -r /net/ipselftab){
|
||||||
case $addrs
|
case $addrs
|
||||||
# try /lib/ndb first, then do dhcp
|
# try /lib/ndb first, then do dhcp
|
||||||
ip/ipconfig -N ether $ether >[2]/dev/null \
|
ip/ipconfig -N ether $ether >[2]/dev/null \
|
||||||
|| ip/ipconfig ether $ether -h $sysname
|
|| ip/ipconfig -h $sysname ether $ether
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue