[Pgp-tools-commit] r83 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Mon Jun 27 16:47:55 UTC 2005


Author: weasel
Date: 2005-06-27 16:47:54 +0000 (Mon, 27 Jun 2005)
New Revision: 83

Modified:
   trunk/caff/pgp-fixkey
Log:
Add description

Modified: trunk/caff/pgp-fixkey
===================================================================
--- trunk/caff/pgp-fixkey	2005-06-27 16:45:44 UTC (rev 82)
+++ trunk/caff/pgp-fixkey	2005-06-27 16:47:54 UTC (rev 83)
@@ -33,22 +33,21 @@
 
 =head1 NAME
 
-pgp-clean -- remove all non-self signatures from key
+pgp-fixkey -- remove broken packets from keys
 
 =head1 SYNOPSIS
 
 =over
 
-=item B<pgp-clean> I<keyid> [I<keyid> ...]
+=item B<pgp-fixkey> I<keyid> [I<keyid> ...]
 
 =back
 
 =head1 DESCRIPTION
 
-B<pgp-clean> takes a list of keyids on the command line and outputs an
-ascii-armored keyring on stdout for each key with all signatures except
-self-signatures stripped.  Its use is to reduce the size of keys sent out after
-signing (e.g. with B<caff>).
+B<pgp-fixkey> removes broken packets from keys in the GnuPG keyring that make
+GnuPG spew ugly warnings.  It takes a list of keyids on the command line and
+only cleans those keys.
 
 =head1 OPTIONS
 
@@ -76,8 +75,6 @@
 
 Peter Palfrader <peter at palfrader.org>
 
-This manpage was written in POD by Christoph Berg <cb at df7cb.de>.
-
 =cut
 
 use strict;
@@ -230,7 +227,7 @@
 
 
 sub usage() {
-	print STDERR "pgp-clean $VERSION - (c) 2004, 2005 Peter Palfrader\n";
+	print STDERR "pgp-fixkey $VERSION - (c) 2004, 2005 Peter Palfrader\n";
 	print STDERR "Usage: $PROGRAM_NAME <keyid> [<keyid> ...]\n";
 	exit 1;
 };
@@ -247,9 +244,6 @@
 };
 
 
-##################
-# export and prune
-##################
 KEYS:
 for my $keyid (@KEYIDS) {
 	# get key listing





More information about the Pgp-tools-commit mailing list