diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
commit | 3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch) | |
tree | 0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /sys/lib/rootbind | |
parent | b73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff) |
ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage
Diffstat (limited to 'sys/lib/rootbind')
-rwxr-xr-x | sys/lib/rootbind | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/lib/rootbind b/sys/lib/rootbind new file mode 100755 index 000000000..c2e937f9f --- /dev/null +++ b/sys/lib/rootbind @@ -0,0 +1,4 @@ +bind `{pwd} /n/src9 +bind /n/src9/386/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} |