summaryrefslogtreecommitdiff
path: root/Echolot
diff options
context:
space:
mode:
Diffstat (limited to 'Echolot')
-rw-r--r--Echolot/Pinger/CPunk.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm
index 93660de..2c80d4d 100644
--- a/Echolot/Pinger/CPunk.pm
+++ b/Echolot/Pinger/CPunk.pm
@@ -1,7 +1,7 @@
package Echolot::Pinger::CPunk;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: CPunk.pm,v 1.2 2002/06/20 04:25:57 weasel Exp $
+# $Id: CPunk.pm,v 1.3 2002/07/02 14:21:38 weasel Exp $
#
=pod
@@ -152,6 +152,7 @@ sub encrypt_to($$$$) {
unlink ($keyring) or
cluck("Cannot unlink tmp keyring '$keyring'"),
return undef;
+ unlink ($keyring.'~'); # gnupg does those evil backups
(defined $plaintextfile) and
( unlink ($plaintextfile) or