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/000639.html | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000639.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000639.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000639.html b/zarb-ml/mageia-sysadm/2010-November/000639.html new file mode 100644 index 000000000..9fb30a71b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000639.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [299] add directory that will hold the various hooks scripts + + + + + + + + + +

[Mageia-sysadm] [299] add directory that will hold the various hooks scripts

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 01:24:15 CET 2010 +

+
+ +
Revision: 299
+Author:   misc
+Date:     2010-11-19 01:24:15 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+add directory that will hold the various hooks scripts
+
+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:24:14 UTC (rev 298)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-19 00:24:15 UTC (rev 299)
+@@ -12,6 +12,13 @@
+         package { "perl-SVN-Notify-Config":
+             ensure => installed,
+         }
++       
++        $local_dir = "/usr/local/share/subversion/"
++        $local_dirs = ["$local_dir/pre-commit.d", "$local_dir/post-commit.d"] 
++        file { $local_dir:
++            ensure => directory,
++        }
++        # mettre tout les scripts dans le repertoire
+ 
+     }
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/e421b653/attachment-0001.html>
+
+ + + + + + + + +
+

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