summarylogtreecommitdiffstats
path: root/sks.install
diff options
context:
space:
mode:
Diffstat (limited to 'sks.install')
-rw-r--r--sks.install11
1 files changed, 8 insertions, 3 deletions
diff --git a/sks.install b/sks.install
index 402f8930e821..671f2ae1dad0 100644
--- a/sks.install
+++ b/sks.install
@@ -20,7 +20,11 @@ post_install() {
mkdir -p /var/spool/sks
chown sks:sks /var/spool/sks
- echo ">> Place 'sks' in DAEMONS= in /etc/rc.conf to enable sks on system boot."
+ echo "NOTE: sks-db could not started without any imported database."
+ echo " Please before to start the sks-db service first import"
+ echo " a database. Read instructions from:"
+ echo
+ echo " https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Peering#!initial-keydump"
}
post_remove() {
@@ -28,8 +32,9 @@ post_remove() {
userdel sks && echo "done."
rm -r /var/run/sks
-
- echo "Not removing tmp and log directories"
+
+ echo "Keeping /var/lib/sks, /var/spool/sks and /var/log/sks"
+ echo "Remove them manually if you want."
}
op=$1