mirror of
https://github.com/PDP-10/its.git
synced 2026-05-05 07:34:12 +00:00
Updated INQUPD to support creating a new LSR1 EMPTY database. It
does this when the JNAME is LSRINI. Currently, this program is not being called at build time, and instead, a binary LSR1 EMPTY database is loaded from tape. But a future commit will switch to building the empty database from LSRINI. Note: LSRINI will, by default, create an empty database. But it also supports INQUIR;.UPD1. NNNNNN update files to augment the database with INQUIR entries as specified in these update files. Thus, you can either create an empty database, or one that is populated with specified entries.
This commit is contained in:
@@ -202,7 +202,6 @@ expect ":KILL"
|
||||
respond "*" ":midas inquir;ts inqrep_inqrep\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":link inquir;ts inqchk,ts inquir\r"
|
||||
respond "*" ":link inquir;ts inqpat,inqupd bin\r"
|
||||
|
||||
respond "*" "complr\013"
|
||||
respond "_" "liblsp;_libdoc;dbg ejs2\r"
|
||||
@@ -219,6 +218,9 @@ expect ":KILL"
|
||||
|
||||
respond "*" ":midas inquir;inqupd bin_inquir;inqupd\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":link inquir;ts inqcpy,inqupd bin\r"
|
||||
respond "*" ":link inquir;ts inqpat,inqupd bin\r"
|
||||
respond "*" ":link inquir;ts lsrini,inqupd bin\r"
|
||||
|
||||
# od
|
||||
respond "*" "complr\013"
|
||||
|
||||
Reference in New Issue
Block a user