diff options
| -rwxr-xr-x | sys/lib/rootbind | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/rootbind b/sys/lib/rootbind index c2e937f9f..16c89dbd0 100755 --- 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} |
