1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-01 05:59:11 +00:00

Avoid hardcoding machine names.

Instead, use ITSNMS table.

- MAGFRM doesn't need to check machine name.

- But still knows about MC's config...

- Look up hosts in ITSNMS table instead of a hardwired one, and use all of the ITSNMS for *.
This commit is contained in:
Björn Victor
2021-06-23 21:48:55 +02:00
committed by Lars Brinkhoff
parent fec5059bfe
commit 6c1180aa52
15 changed files with 387 additions and 132 deletions

View File

@@ -15,7 +15,7 @@ respond "*" ":job lisp\r"
respond "*" ":load .temp.;*lisp bin\r"
respond "*" "\033g"
respond "*" "purify\033g"
respond "*" ":pdump sys;purqio 2154\r"
respond "*" ":pdump sys;purqio 2155\r"
respond "*" ":kill\r"
respond "*" ":link sys;ts lisp,sys:purqio >\r"