git: 9front

Download patch

ref: eaf95bcba9f5f795bbb7c2a1c2773954500e6d10
parent: f980185863ab4314363582ce02f1807372857366
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 15 18:14:52 EDT 2018

inst/startether: fix typo

--- a/rc/bin/inst/startether
+++ b/rc/bin/inst/startether
@@ -21,7 +21,7 @@
 		ip/ipconfig -g $gwaddr ether $netdev $ipaddr $ipmask >>[2]/srv/log
 	case automatic
 		>>[2]/srv/log @{
-			ip/ipconfig ra6 recva 1 &
+			ip/ipconfig ra6 recvra 1 &
 			ip/ipconfig &
 			wait
 		}
--