chiark / gitweb /
make-secnet-sites: Delete old `reserved' attempt
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 Nov 2019 21:47:18 +0000 (21:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Nov 2019 00:05:51 +0000 (00:05 +0000)
commitd212a384b4ef631a876e1ddd3e52fd09e4b1f484
treecfe7e130d102f64bef5b04c82fadd7cc26b1f38c
parent8f7d3ca86bd38eb5d79b0601669b96bab3a0c90b
make-secnet-sites: Delete old `reserved' attempt

This appears to be a nascent attempt to fix the problem now solved by
  "make-secnet-sites: prefix names when writing sites file"
by reserving the names of make-secnet-sites keywords.

However this is wrong because what needs to be reserved are secnet
config file conventional key names, and predefined words; there is no
clash between node names and make-secnet-sites keywords because they
appear in different parts of the sites file syntax (and the mss
keywords don't appear in the config file at all).

And anyway the `reserved' dictionary was never used anywhere so this
mechanism wasn't complete.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
make-secnet-sites