keys.delete-keeper: Recovery-key labels are plain words.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 16 Jul 2017 01:04:52 +0000 (02:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 16 Jul 2017 01:12:33 +0000 (02:12 +0100)
commit718781737ae6926a7934dfc1007010915d9e484a
tree77a85f30ca1586198aab729889f195238839eb1e
parent7b1fe7a30da02085479a6d5c3b3f8f0fc7fddf65
keys.delete-keeper: Recovery-key labels are plain words.

This is checked when they're created (see `keys.new-recov').  Therefore,
it's not necessary to search recursively under `recov/' hoping to find
`current' links -- which is not especially reliable and somewhat
inefficient -- to enumerate all of the recovery keys.  Standard shell
globbing and checking for `current' links at the next level down is
sufficient and doesn't require messy parsing of find(1) output.
keys.delete-keeper