summarylogtreecommitdiffstats
path: root/sks.install
diff options
context:
space:
mode:
authorAndrés J. Díaz2016-09-17 19:31:14 +0200
committerAndrés J. Díaz2016-09-17 19:31:14 +0200
commitbbee9f86b3fe0da6b2799ba9239bd01ed4fc97a8 (patch)
treec5022ad9e3b5c2d78aea6109f384b9bfd7f0f08f /sks.install
parent9dbac67fbd01e8e52aa66ec97f01f224383c7e6c (diff)
downloadaur-bbee9f86b3fe0da6b2799ba9239bd01ed4fc97a8.tar.gz
Fixing GPG Key and -fPIC compiling problem
- Since version 1.1.6, sks project tarball is signed with generic GPG key, insted of personal key. There are an email in sks-devel list which confirms the change, signed by the developer of the project: https://lists.gnupg.org/pipermail/gnupg-users/2016-August/056398.html - Due how ocaml is compiled in arch, dynamic linking fails during sks compilation, to workarround the problem added -runtime-variant _pic. - Force make all to run in one core with -j1, because parallel compilation is not working for Bdb module.
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