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/2010-November/000291.html | 100 ++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000291.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000291.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000291.html b/zarb-ml/mageia-sysadm/2010-November/000291.html new file mode 100644 index 000000000..05028135e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000291.html @@ -0,0 +1,100 @@ + + + + [Mageia-sysadm] [169] - oups, fix error + + + + + + + + + +

[Mageia-sysadm] [169] - oups, fix error

+ root at mageia.org + root at mageia.org +
+ Sat Nov 6 00:45:28 CET 2010 +

+
+ +
Revision: 169
+Author:   misc
+Date:     2010-11-06 00:45:28 +0100 (Sat, 06 Nov 2010)
+Log Message:
+-----------
+- oups, fix error
+
+Modified Paths:
+--------------
+    puppet/modules/epoll/manifests/init.pp
+    puppet/modules/mga-mirrors/manifests/init.pp
+
+Modified: puppet/modules/epoll/manifests/init.pp
+===================================================================
+--- puppet/modules/epoll/manifests/init.pp	2010-11-05 23:41:36 UTC (rev 168)
++++ puppet/modules/epoll/manifests/init.pp	2010-11-05 23:45:28 UTC (rev 169)
+@@ -7,7 +7,7 @@
+     }
+     
+     apache::vhost_catalyst_app { $vhost:
+-        script => /usr/bin/epoll_fastcgi.pl 
++        script => "/usr/bin/epoll_fastcgi.pl" 
+     }
+      
+     $password = extlookup("epoll_password")
+
+Modified: puppet/modules/mga-mirrors/manifests/init.pp
+===================================================================
+--- puppet/modules/mga-mirrors/manifests/init.pp	2010-11-05 23:41:36 UTC (rev 168)
++++ puppet/modules/mga-mirrors/manifests/init.pp	2010-11-05 23:45:28 UTC (rev 169)
+@@ -7,7 +7,7 @@
+     }
+ 
+     apache::vhost_catalyst_app { $vhost:
+-        script => /usr/bin/mga_mirrors_fastcgi.pl 
++        script => "/usr/bin/mga_mirrors_fastcgi.pl" 
+     }
+ 
+     $password = extlookup("mga_mirror_password")
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101106/47715b2c/attachment.html>
+
+ + + + + +
+

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