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-January/002018.html | 105 +++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002018.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002018.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002018.html b/zarb-ml/mageia-sysadm/2011-January/002018.html new file mode 100644 index 000000000..216359c12 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002018.html @@ -0,0 +1,105 @@ + + + + [Mageia-sysadm] [280] fix log variable declaration + + + + + + + + + +

[Mageia-sysadm] [280] fix log variable declaration

+ root at mageia.org + root at mageia.org +
+ Thu Jan 13 13:43:06 CET 2011 +

+
+ +
Revision: 280
+Author:   blino
+Date:     2011-01-13 13:43:06 +0100 (Thu, 13 Jan 2011)
+Log Message:
+-----------
+fix log variable declaration
+
+Modified Paths:
+--------------
+    build_system/iurt/trunk/lib/Iurt/Urpmi.pm
+
+Modified: build_system/iurt/trunk/lib/Iurt/Urpmi.pm
+===================================================================
+--- build_system/iurt/trunk/lib/Iurt/Urpmi.pm	2011-01-13 12:42:41 UTC (rev 279)
++++ build_system/iurt/trunk/lib/Iurt/Urpmi.pm	2011-01-13 12:43:06 UTC (rev 280)
+@@ -462,7 +462,7 @@
+ 	    $run, $config, $cache,
+ 	    use_iurt_root_command => $self->{use_iurt_root_command},
+ 	    error => $error,
+-	    logname => ${log},
++	    logname => $log,
+ 	    hash => "${log}_$title", 
+ 	    timeout => 3600, # [pixel] 10 minutes was not enough, 1 hour should be better
+ 	    srpm => $title,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110113/e3fd80d7/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+

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