summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-22 17:43:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-22 17:43:04 -0700
commit0695683cc300fde29f47bb6d3d0bdfa9d9e8eb8f (patch)
tree46fac1c9205fb2bb84d272340217379afabe817b /debian
parent1568abf3be91aeeef298a0878bed8c784792bf6b (diff)
downloadkeysafe-0695683cc300fde29f47bb6d3d0bdfa9d9e8eb8f.tar.gz
tidy comments
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/keysafe-server.postrm8
1 files changed, 5 insertions, 3 deletions
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