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/002133.html | 101 +++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002133.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002133.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002133.html b/zarb-ml/mageia-sysadm/2011-January/002133.html new file mode 100644 index 000000000..35049792f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002133.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] [804] oops, add missing file + + + + + + + + + +

[Mageia-sysadm] [804] oops, add missing file

+ root at mageia.org + root at mageia.org +
+ Sun Jan 16 14:15:25 CET 2011 +

+
+ +
Revision: 804
+Author:   misc
+Date:     2011-01-16 14:15:25 +0100 (Sun, 16 Jan 2011)
+Log Message:
+-----------
+oops, add missing file
+
+Added Paths:
+-----------
+    puppet/modules/git/templates/
+    puppet/modules/git/templates/xinetd
+
+Added: puppet/modules/git/templates/xinetd
+===================================================================
+--- puppet/modules/git/templates/xinetd	                        (rev 0)
++++ puppet/modules/git/templates/xinetd	2011-01-16 13:15:25 UTC (rev 804)
+@@ -0,0 +1,13 @@
++service git
++{
++        disable         = no
++        type            = UNLISTED
++        port            = 9418
++        socket_type     = stream
++        server          = /usr/lib/git-core/git-daemon
++        wait            = no
++        user            = nobody
++        server_args     = --inetd --verbose --export-all --base-path=<%= git_base_path %>
++        log_on_failure  += HOST
++}
++
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110116/6f76be68/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

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