diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-09 23:15:09 +0000 |
commit | b6bb2a40935fa50f30b558f14a87c03b59328bfc (patch) | |
tree | dd2404fbc75d0a297886a4abdf6a7ffa255a8061 /sys/lib/rootbind | |
parent | e30bd05a62c74ac9128b11b1c79b41db75ee35c1 (diff) |
move /lib/ndb to /sys/lib/dist/ndb
Diffstat (limited to 'sys/lib/rootbind')
-rwxr-xr-x | sys/lib/rootbind | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/rootbind b/sys/lib/rootbind index 16c89dbd0..a399fbdcb 100755 --- a/sys/lib/rootbind +++ b/sys/lib/rootbind @@ -1,4 +1,5 @@ bind `{pwd} /n/src9 bind /n/src9/$objtype/bin /bin bind -a /n/src9/rc/bin /bin +bind /lib/ndb /n/src9/lib/ndb for(i in $objtype rc acme mail sys lib cron){bind -c /n/src9/$i /$i} |