summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:36:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:36:13 -0700
commit3fbc520f90b0b42d5427b50ab60555b9088438f3 (patch)
tree805a4a54a2b58d4efae7b72d3ddb1b4a6d118fe7 /debian
parentda8281218d90cbdd5567d3654e59626da111092a (diff)
downloadkeysafe-3fbc520f90b0b42d5427b50ab60555b9088438f3.tar.gz
fix comment
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/keysafe-server.postrm3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/keysafe-server.postrm b/debian/keysafe-server.postrm
index 9c9ac85..1ee50af 100755
--- a/debian/keysafe-server.postrm
+++ b/debian/keysafe-server.postrm
@@ -14,8 +14,7 @@ if [ "$1" = "purge" ]; then
fi
# 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)
+# /var/lib/keysafe, even on a purge
# Deleting this data has the potential to destroy the backups of
# people's private keys, so it probably shouldn't ever happen