diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2016-05-04 19:26:26 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2016-05-04 19:26:26 -0400 |
commit | c7db24fc26ae57be607887b20dc180a64a73fa3e (patch) | |
tree | 7d66d45224f1c32435e4621bfcc7081f8ac47797 | |
parent | 2ef975ae7d4174ae8aa46d4ff581adb5fd9867d9 (diff) | |
download | plan9front-c7db24fc26ae57be607887b20dc180a64a73fa3e.tar.xz |
9fs: add sites to 9front case.
-rwxr-xr-x | rc/bin/9fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/9fs b/rc/bin/9fs index 650511b40..5defb7984 100755 --- a/rc/bin/9fs +++ b/rc/bin/9fs @@ -58,7 +58,7 @@ case 9pio srv -nq tcp!9p.io 9pio && mount -nC /srv/9pio /n/9pio case 9front 9fs 9front.org - for(i in 9front extra fqa hardware iso lists pkg) + for(i in 9front extra fqa hardware iso lists pkg sites) bind /n/9front.org/$i /n/$i 9fs tcp!9front.org!7734 bind -b /n/9front.org!7734 /n/lists |