7eb1d2d598
SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers; and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. Refer to the online wiki for pointers on downloading a full copy of the public PGP databse (about 4Gb) and on customising the local configuration http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome WWW: http://www.nongnu.org/sks/ PR: ports/72842 Submitted by: Johan van Selst <johans@stack.nl>
8 lines
205 B
Bash
8 lines
205 B
Bash
--- sks_build.sh.orig Thu Oct 21 06:56:04 2004
|
|
+++ sks_build.sh Tue Nov 9 16:34:27 2004
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
# SKS build script.
|
|
# cd to directory with "dump" subdirectory, and run
|