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/000938.html | 97 +++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000938.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000938.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000938.html b/zarb-ml/mageia-sysadm/2010-November/000938.html new file mode 100644 index 000000000..05c778c5c --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000938.html @@ -0,0 +1,97 @@ + + + + [Mageia-sysadm] [474] rules compilation requires that the rules are present first + + + + + + + + + +

[Mageia-sysadm] [474] rules compilation requires that the rules are present first

+ root at mageia.org + root at mageia.org +
+ Thu Nov 25 18:48:14 CET 2010 +

+
+ +
Revision: 474
+Author:   misc
+Date:     2010-11-25 18:48:14 +0100 (Thu, 25 Nov 2010)
+Log Message:
+-----------
+rules compilation requires that the rules are present first
+
+Modified Paths:
+--------------
+    puppet/modules/spamassassin/manifests/init.pp
+
+Modified: puppet/modules/spamassassin/manifests/init.pp
+===================================================================
+--- puppet/modules/spamassassin/manifests/init.pp	2010-11-25 17:48:12 UTC (rev 473)
++++ puppet/modules/spamassassin/manifests/init.pp	2010-11-25 17:48:14 UTC (rev 474)
+@@ -20,6 +20,6 @@
+ 
+     exec { "sa-compile":
+         refreshonly => true,
+-        require => Package["spamassassin-sa-compile"],
++        require => [Package["spamassassin-sa-compile"],Package["spamassassin"]]
+     }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101125/be9974bf/attachment.html>
+
+ + + + + + + + + + + + + + + + + + +
+

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