X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=keylookup%2Fkeylookup;h=5b02836d160c9c16575a29ba76da78d75e5abb49;hb=ca191b748c39836de5bed2059a7b465a1cf83c79;hp=a56741f66eecb5dba4fd59f9e3a3dbf987206e11;hpb=407b3c3541e264ab1a0362d50a51c9d84a49757d;p=pgp-tools.git diff --git a/keylookup/keylookup b/keylookup/keylookup index a56741f..5b02836 100755 --- a/keylookup/keylookup +++ b/keylookup/keylookup @@ -3,7 +3,7 @@ # (c) 2000, 2002 Christian Kurz , # Peter Palfrader # -# $Id: keylookup,v 1.34 2002/09/19 03:35:10 weasel Exp $ +# $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ use IO::Socket; use IPC::Open3; use Getopt::Long; -my $version = '2.1 ($Id: keylookup,v 1.34 2002/09/19 03:35:10 weasel Exp $)'; +my $version = '2.1 ($Id$)'; # The port to use for keyservers unless given otherwise. my $PORT=11371; @@ -50,7 +50,7 @@ my $Whiptail = '/usr/bin/whiptail'; # Strings to use in the dialog|whiptail frontend my $TITLE = 'Import Keys'; -my $BACKTITLE = 'KeyLookup $Revision: 1.34 $'; +my $BACKTITLE = 'KeyLookup $Revision$'; my $INSTRUCTION = 'Select keys to import:'; # my @TPUTCOL=('tput', 'cols');