OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Nov-2006 16:03:57
Branch: HEAD Handle: 2006110115035600
Modified files:
openpkg-src/sks sks-load sks.spec sks.txt
Log:
final package polishing
Summary:
Revision Changes Path
1.3 +4 -1 openpkg-src/sks/sks-load
1.3 +4 -2 openpkg-src/sks/sks.spec
1.2 +14 -8 openpkg-src/sks/sks.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sks/sks-load
============================================================================
$ cvs diff -u -r1.2 -r1.3 sks-load
--- openpkg-src/sks/sks-load 1 Nov 2006 14:55:48 -0000 1.2
+++ openpkg-src/sks/sks-load 1 Nov 2006 15:03:56 -0000 1.3
@@ -8,7 +8,10 @@
test -d dump || mkdir dump
# fetch and load the latest dumps
-url_root="http://ftp.prato.linux.it/pub/keyring/dump-latest/"
+url_root="$1"
+if [ ".$url_root" = . ]; then
+ url_root="http://ftp.prato.linux.it/pub/keyring/dump-latest/"
+fi
i=0
while true; do
dump_file=`printf "sks-dump-%04d.pgp" $i`
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sks/sks.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 sks.spec
--- openpkg-src/sks/sks.spec 1 Nov 2006 14:55:48 -0000 1.2
+++ openpkg-src/sks/sks.spec 1 Nov 2006 15:03:56 -0000 1.3
@@ -164,12 +164,14 @@
fi
# display hint
- ( echo "SKS database initialized. Now you can startup SKS with"
+ ( echo "SKS database initialized. Now you can start SKS with"
echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc sks start"
- echo "and for instance lookup the OpenPKG OpenPGP keys under"
+ echo "and, for instance, lookup the OpenPKG OpenPGP keys under"
echo "
http://localhost:11371/pks/lookup?op=index&search=openpkg"
echo "or access the SKS internal statistic page under"
echo " http://localhost:11371/pks/lookup?op=stats"
+ echo "or access the simple top-level SKS web form under"
+ echo " http://localhost:11371/"
echo "If you want to load a full dump of all keys in the existing"
echo "SKS key servers, run the following command to download and"
echo "merge all their latest dumps into your local database:"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sks/sks.txt
============================================================================
$ cvs diff -u -r1.1 -r1.2 sks.txt
--- openpkg-src/sks/sks.txt 1 Nov 2006 14:55:48 -0000 1.1
+++ openpkg-src/sks/sks.txt 1 Nov 2006 15:03:56 -0000 1.2
@@ -3,14 +3,20 @@
## sksconf -- SKS main configuration
##
-debuglevel: 5
-hostname: keyserver.example.com
-hkp_address: 127.0.0.1
-hkp_port: 11371
-recon_address: 127.0.0.1
-recon_port: 11370
-from_addr: [EMAIL PROTECTED]
-sendmail_cmd: @l_prefix@/sbin/sendmail -t -oi
+basedir: @l_prefix@/var/sks
+debuglevel: 5
+
+hostname: keyserver.example.com
+hkp_address: 127.0.0.1
+hkp_port: 11371
+recon_address: 127.0.0.1
+recon_port: 11370
+
+from_addr: [EMAIL PROTECTED]
+sendmail_cmd: @l_prefix@/sbin/sendmail -t -oi
+
+dontgossip: 1
+disable_mailsync: 1
</file>
<file name="mailsync">
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]