1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-18 01:02:15 +00:00

Do not keep the old bootstrapping @ ITS around.

This commit is contained in:
Lars Brinkhoff 2019-09-02 20:45:17 +02:00
parent f68eb8c0cf
commit 7a20b68181

View File

@ -6,7 +6,11 @@ pdset
respond "*" ":login db\r"
sleep 1
type ":rename .;@ its, .;@ oits\r"
# Normally we'd save the old ITS as OITS, but since it was used for
# bootstrapping with another configuration, it's no longer any use.
type ":delete .;@ its\r"
# The new ITS is now canonical.
respond "*" ":rename .;@ nits, .;@ its\r"
sleep 1