1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-06 11:23:32 +00:00

The MC gunner by CSTACY needs the log file to work.

The SPACY; GUNNER LOG file must exist, or else GUNNER will abort.
This commit is contained in:
Lars Brinkhoff
2023-10-15 11:12:34 +02:00
parent 2f5f1c4812
commit 0bf21fa5a6
3 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ SRC = syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
decus bsg muds54 hello rrs 2500 minsky danny survey librm3 librm4 \
klotz atlogo clusys cprog r eb cpm mini nova sits nlogo bee gld mprog2 \
cfs libmud librm1 librm2 mprog mprog1 mudbug mudsav _batch combat \
mits_b minits
mits_b minits spacy
DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
chprog sail draw wl pc tj6 share _glpr_ _xgpr_ inquir mudman system \
xfont maxout ucode moon acount alan channa fonts games graphs humor \

View File

@@ -765,6 +765,8 @@ respond "*" ":midas device; jobdev shoe_rwk; gunner\r"
expect ":KILL"
# Trivial Gunner
# Make a link from e.g. DRAGON; HOURLY GUNNER to use this program.
# It will log its actions to SPACY; GUNNER LOG.
respond "*" ":midas cstacy;_gunner >\r"
expect ":KILL"

0
src/spacy/gunner.log Normal file
View File