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/000650.html | 95 +++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000650.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000650.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000650.html b/zarb-ml/mageia-sysadm/2010-November/000650.html new file mode 100644 index 000000000..785bb4e68 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000650.html @@ -0,0 +1,95 @@ + + + + [Mageia-sysadm] [310] - fix packages name for non x86_64 ( such as my test vm ) + + + + + + + + + +

[Mageia-sysadm] [310] - fix packages name for non x86_64 ( such as my test vm )

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:53:08 CET 2010 +

+
+ +
Revision: 310
+Author:   misc
+Date:     2010-11-19 01:53:08 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- fix packages name for non x86_64 ( such as my test vm )
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-19 00:53:06 UTC (rev 309)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-19 00:53:08 UTC (rev 310)
+@@ -149,8 +149,13 @@
+         # svn spam log with 
+         # Oct 26 13:30:01 valstar svn: No worthy mechs found
+         # without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html 
+-        # 
+-        package {"lib64sasl2-plug-anonymous":
++        #
++	$sasl2_package = $architecture ? {
++        	x86_64 => "lib64sasl2-plug-anonymous",
++        	default => "libsasl2-plug-anonymous"
++    	}
++ 	
++        package {"$sasl2_package":
+             ensure => "installed"
+         }
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/88da2cfe/attachment.html>
+
+ + + + + + + + +
+

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