git: 9front

Download patch

ref: 42a0212d55360cdc703a2e496fe0e4cea2b32dc4
parent: a72126663136dc68a3886cde12f6f1cb409baa67
author: glenda <glenda@9front.local>
date: Thu Aug 26 21:09:12 EDT 2021

/rc/bin/9fs: 9front.org files now live on port 9000.

--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -45,9 +45,9 @@
 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
--