r187 - trunk

Laurent Fousse lfousse at costa.debian.org
Tue May 3 19:56:02 CEST 2005


Author: lfousse
Date: 2005-05-03 17:56:00 +0000 (Tue, 03 May 2005)
New Revision: 187

Modified:
   trunk/ca-createsendout
   trunk/ca-dosign
   trunk/ca-recv
Log:
Import initialize_cabot function.


Modified: trunk/ca-createsendout
===================================================================
--- trunk/ca-createsendout	2005-05-02 20:57:47 UTC (rev 186)
+++ trunk/ca-createsendout	2005-05-03 17:56:00 UTC (rev 187)
@@ -26,7 +26,7 @@
 use IO::Handle;
 use English;
 use File::Path;
-use Cabot qw(%CONFIG makekeydir mkfds ask readwritegpg);
+use Cabot qw(%CONFIG makekeydir mkfds ask readwritegpg initialize_cabot);
 
 &initialize_cabot();
 

Modified: trunk/ca-dosign
===================================================================
--- trunk/ca-dosign	2005-05-02 20:57:47 UTC (rev 186)
+++ trunk/ca-dosign	2005-05-03 17:56:00 UTC (rev 187)
@@ -26,7 +26,7 @@
 use IO::Handle;
 use English;
 use File::Path;
-use Cabot qw(%CONFIG $VERSION getkeydir makekeydir mkfds ask genrandstring readwritegpg);
+use Cabot qw(%CONFIG $VERSION getkeydir makekeydir mkfds ask genrandstring readwritegpg initialize_cabot);
 
 $OUTPUT_AUTOFLUSH = 1; 
 

Modified: trunk/ca-recv
===================================================================
--- trunk/ca-recv	2005-05-02 20:57:47 UTC (rev 186)
+++ trunk/ca-recv	2005-05-03 17:56:00 UTC (rev 187)
@@ -24,7 +24,7 @@
 
 use strict;
 use File::Path;
-use Cabot qw(%CONFIG getkeydir ask);
+use Cabot qw(%CONFIG getkeydir ask initialize_cabot);
 
 umask(0007);
 



More information about the Cabot-commit mailing list