git: 9front

Download patch

ref: 5cad6f88118b8390cc5a9ce02d3adff009f3f1de
parent: 2c8243d818d066f25f3304e75eb1a73dc410f092
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Jun 3 20:29:24 EDT 2011

rootbind: use $objtype instead of hardcoding 386

--- a/sys/lib/rootbind
+++ b/sys/lib/rootbind
@@ -1,4 +1,4 @@
 bind `{pwd} /n/src9
-bind /n/src9/386/bin /bin
+bind /n/src9/$objtype/bin /bin
 bind -a /n/src9/rc/bin /bin
-for(i in 386 rc acme mail sys lib cron){bind -c /n/src9/$i /$i}
+for(i in $objtype rc acme mail sys lib cron){bind -c /n/src9/$i /$i}
--