diff options
author | glenda <glenda@9front.local> | 2021-08-27 01:09:12 +0000 |
---|---|---|
committer | glenda <glenda@9front.local> | 2021-08-27 01:09:12 +0000 |
commit | 1bb1b1a9372eac8d218c32de25863133e124e8b8 (patch) | |
tree | 7b10e23f0a8584b6312300a128e2a1cccb17f464 /rc/bin | |
parent | d87fb23a937783e20bb1ff1d09899edf6cae39de (diff) | |
download | plan9front-1bb1b1a9372eac8d218c32de25863133e124e8b8.tar.xz |
/rc/bin/9fs: 9front.org files now live on port 9000.
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/9fs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/9fs b/rc/bin/9fs index 84588e423..5f8bcb26a 100755 --- a/rc/bin/9fs +++ b/rc/bin/9fs @@ -45,9 +45,9 @@ case atomdump case 9pio srv -nq tcp!9p.io 9pio && mount -nC /srv/9pio /n/9pio case 9front - 9fs 9front.org + 9fs tcp!9front.org!9000 for(i in 9front extra fqa hardware iso lists pkg sites) - bind /n/9front.org/$i /n/$i + bind /n/9front.org!9000/$i /n/$i case 9bugs 9fs contrib.9front.org bind /n/contrib.9front.org/bugs /n/bugs |