git: 9front

Download patch

ref: 12b2c877d55bb8723f428a93028942a9d4729b4b
parent: c712c31b607f4fc4ff887fc37267c47db3b4e535
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon Apr 2 15:54:58 EDT 2018

9fs: break 9front case into several cases: 9front, 9bugs, 9contrib, 9grep

--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -48,11 +48,16 @@
 	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
-	for(i in bugs contrib sources)
+	bind /n/contrib.9front.org/bugs /n/bugs
+case 9contrib
+	9fs contrib.9front.org
+	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}
--