summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-22 17:38:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-22 17:38:59 -0700
commitebf15969cf2f28966e15a61a0d824623d69c769f (patch)
treef4446c8f8bc60bd6e926f6c68811d59be905c296 /debian
parent64f2627948f1de6aac350f44a90f8a748dc730c3 (diff)
downloadkeysafe-ebf15969cf2f28966e15a61a0d824623d69c769f.tar.gz
comment
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/keysafe-server.postrm6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/keysafe-server.postrm b/debian/keysafe-server.postrm
index 0928c91..8f153d4 100755
--- a/debian/keysafe-server.postrm
+++ b/debian/keysafe-server.postrm
@@ -6,9 +6,9 @@ set -e
#DEBHELPER#
-# For the time being, 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)
+# 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)
# Deleting this data has the potential to destroy the backups of
# people's private keys, so it probably shouldn't ever happen