From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-February/002575.html | 96 +++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-February/002575.html (limited to 'zarb-ml/mageia-sysadm/2011-February/002575.html') diff --git a/zarb-ml/mageia-sysadm/2011-February/002575.html b/zarb-ml/mageia-sysadm/2011-February/002575.html new file mode 100644 index 000000000..6588089da --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002575.html @@ -0,0 +1,96 @@ + + + + [Mageia-sysadm] [441] disable gpg-agent + + + + + + + + + +

[Mageia-sysadm] [441] disable gpg-agent

+ root at mageia.org + root at mageia.org +
+ Sun Feb 6 15:02:59 CET 2011 +

+
+ +
Revision: 441
+Author:   boklm
+Date:     2011-02-06 15:02:59 +0100 (Sun, 06 Feb 2011)
+Log Message:
+-----------
+disable gpg-agent
+
+Modified Paths:
+--------------
+    gpg/generate-key
+
+Modified: gpg/generate-key
+===================================================================
+--- gpg/generate-key	2011-02-06 10:50:48 UTC (rev 440)
++++ gpg/generate-key	2011-02-06 14:02:59 UTC (rev 441)
+@@ -26,7 +26,7 @@
+ 
+ echo "Generate passphrase"
+ ./random-passphrase > "$passphrase"
+-gpg -c --passphrase-file "$passphrase" "$seckey"
++gpg -c --no-use-agent --passphrase-file "$passphrase" "$seckey"
+ rm -f "$seckey"
+ 
+ ./split-passphrase
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110206/177e6429/attachment.html>
+
+ + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1