From 0695683cc300fde29f47bb6d3d0bdfa9d9e8eb8f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 22 Oct 2016 17:43:04 -0700 Subject: tidy comments --- debian/keysafe-server.postrm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/keysafe-server.postrm b/debian/keysafe-server.postrm index 7b8c8ca..ad695da 100755 --- a/debian/keysafe-server.postrm +++ b/debian/keysafe-server.postrm @@ -8,14 +8,16 @@ set -e # For the time being, at the request of upstream, we don't ever delete # /var/lib/keysafe, even on a purge (note that for security this -# requires that we also never delete the _keysafe user and group). It -# might be worth revisiting this when it is time to upload keysafe to -# unstable -- how much is a purge meant to purge? +# requires that we also never delete the _keysafe user and group) # Deleting this data has the potential to destroy the backups of # people's private keys, so it probably shouldn't ever happen # automatically +# Nevertheless, we might want to revisit this decision when it's time +# to upload keysafe to sid, so the following maintscript is retained, +# commented-out: + #if [ "$1" = "purge" ]; then # userdel --remove _keysafe || true # groupdel _keysafe || true -- cgit v1.2.3