Skip to content

Commit

Permalink
Add support for XGP user in INQUIR database.
Browse files Browse the repository at this point in the history
The INQUPD program is run in "normal" mode, such that it processes
files in the INQUIR directory with FN1 = .UPD1., and we provide such a
file with the XGP user defined.  We can, of course add other users
that we wish to be "pre-loaded" in the INQUIR database.
  • Loading branch information
eswenson1 authored and larsbrinkhoff committed Mar 8, 2024
1 parent 334d154 commit 2a57738
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/basics.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ expect ":KILL"
# create inquir;lsr1 1
respond "*" ":move .temp.;lsr1 empty,inquir;lsr1 1\r"

# Now create INQUIR updates in new database
# note: this reads the file inquir;.upd1. > and loads entries into the LSR database
respond "*" "inqupd\033j"
respond "*" "\033linquir;inqupd bin\r"
respond "*" "\033g"
expect ":KILL"

# pword/panda
respond "*" ":midas sysbin;panda bin_sysen1;pword\r"
respond "Is this to be a PANDA?" "yes\r"
Expand Down
24 changes: 24 additions & 0 deletions src/inquir/_upd1_.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
BEGIN:
SUNAME: XGP
UNAME: XGP
NAME: Xerox Graphics Printer
NICK: XGPSPL
SOCIA:
MITAD:
MITTE:
HOMAD: Xerox Corporation
HOMTE:
SUPER: XQUEUE
PROJE: XGP controlling dragon
FILDI: .XGPR.
AUTHO: ITS
GROUP: O
RELAT: P
BIRTH: April 1
REMAR: Pick up your output, please.
NETAD: AI
ALTER:
MACHI: AI, ML, MD, DM
END:



0 comments on commit 2a57738

Please sign in to comment.