ref: 059ef8b9d23fdecf79106a06fed98d10508f60f1
parent: d89b964b4d0a8c34d0d96c6649b2ad33d3d5d859
author: joe9 <joe9mail@gmail.com>
date: Mon Jul 5 07:54:35 EDT 2021
changes for the master hosted emu
--- a/lib/ndb/local
+++ b/lib/ndb/local
@@ -7,14 +7,24 @@
#
# default site-wide resources
#
+#infernosite=
+# #dnsdomain=your.domain.com
+# #dns=1.2.3.4 # resolver
+# SIGNER=your_signer_here
+# FILESERVER=your_fileserver_here
+# smtp=your_smtpserver_here
+# pop3=your_pop3server_here
+# PROXY=your_httpproxy_here
+# GAMES=your_games_server
+# registry=your_registry_server
+# gridsched=your_inferno_grid_scheduler
+
infernosite=
- #dnsdomain=your.domain.com
- #dns=1.2.3.4 # resolver
- SIGNER=your_signer_here
- FILESERVER=your_fileserver_here
- smtp=your_smtpserver_here
- pop3=your_pop3server_here
- PROXY=your_httpproxy_here
- GAMES=your_games_server
- registry=your_registry_server
- gridsched=your_inferno_grid_scheduler
+ SIGNER=master
+ FILESERVER=master
+ smtp=master
+ pop3=master
+ PROXY=master
+ GAMES=master
+ registry=master
+ gridsched=master
--- a/lib/ndb/registry
+++ b/lib/ndb/registry
@@ -1,2 +1,4 @@
# this file is given to the local registry(4) by svc/registry (see svc(8))
# as its initial data. you could put static local service descriptions here.
+
+service=tcp!master!6679 description='acme editor' auth=none
\ No newline at end of file
--- a/lib/ndb/services
+++ b/lib/ndb/services
@@ -15,7 +15,7 @@
infcsigner 6672/tcp # inferno signing services
inflogin 6673/tcp # inferno login service
virgil 2202/udp virgild # inferno info
-infsds 6674/tcp # SDS
+infsds 6674/tcp # SDS
infgamelogin 6660/tcp # inferno games login service
-registry 6675/tcp # default registry
+registry 6675/tcp # default registry
cpupoolreg 6676/tcp # cpupool registry
--- a/lib/wmsetup
+++ b/lib/wmsetup
@@ -27,7 +27,7 @@
} >[2] /dev/null
}
-plumber >/chan/wmstdout >[2=1]
+plumber -v >/chan/wmstdout >[2=1]
menu Shell {wmrun wm/sh}
menu Acme {wmrun acme}
menu Edit {wmrun wm/edit}