diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2018-04-02 19:54:58 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2018-04-02 19:54:58 -0400 |
commit | 013122b993652f0b76af026a15219e103ed94468 (patch) | |
tree | 1a580ff409f4b181fe2a635ecb9301c24a4b9f5e | |
parent | 9632ff2381580179060faa0f7e69eb80d0c27e50 (diff) | |
download | plan9front-013122b993652f0b76af026a15219e103ed94468.tar.xz |
9fs: break 9front case into several cases: 9front, 9bugs, 9contrib, 9grep
-rwxr-xr-x | rc/bin/9fs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/rc/bin/9fs b/rc/bin/9fs index db8b01094..eaccfae45 100755 --- a/rc/bin/9fs +++ b/rc/bin/9fs @@ -48,11 +48,16 @@ case 9front 9fs 9front.org 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 +case 9bugs + 9fs contrib.9front.org + bind /n/contrib.9front.org/bugs /n/bugs +case 9contrib 9fs contrib.9front.org - for(i in bugs contrib sources) + for(i in contrib sources) bind /n/contrib.9front.org/$i /n/$i +case 9grep + 9fs tcp!9front.org!7734 + bind -b /n/9front.org!7734 /n/lists # arbitrary venti archives case vac:* vacfs <{echo $1} |