rootbind: use $objtype instead of hardcoding 386

cinap_lenrek 2011-06-04 00:29:24 +00:00
parent 15cdb69f61
commit 0accb94ff0
1 changed files with 2 additions and 2 deletions

View File

@ -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}