wm: infra

Download patch

ref: c421ef77b5958dc24fd3034ef833e1945fbd37ae
parent: 3cf061b51bb572b74bdddb0a9beda33c339fe182
author: saeed <saeed@cloud9p.org>
date: Mon Aug 25 18:43:00 IDT 2025

update tcp80 script

--- a/plan9/cfg/wm/service/tcp80
+++ b/plan9/cfg/wm/service/tcp80
@@ -7,6 +7,7 @@
 
 execfs -m /usr/pub/math /cfg/wm/rules/math
 execfs -m /usr/pub/doc  /cfg/wm/rules/doc
+#execfs -m /usr/pub/pasteurl  /cfg/wm/rules/pasteurl
 
 bind -b /sys/doc /usr/pub/doc/sys
 bind -b /usr/pub /usr/web
--