From 7a20b68181f17f36fc9a1d0087d24c6ab704fed2 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 2 Sep 2019 20:45:17 +0200 Subject: [PATCH] Do not keep the old bootstrapping @ ITS around. --- build/basics.tcl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/basics.tcl b/build/basics.tcl index e59e3808..8ce207d0 100644 --- a/build/basics.tcl +++ b/build/basics.tcl @@ -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