This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a commit to branch upstream
in repository approx.

commit 7a2d96c613b1883bbf7c2dd7ead45e8fd05ef33b
Author: Eric Cooper <e...@cmu.edu>
Date:   Sun Dec 8 15:54:15 2013 -0500

    add example xinetd config (closes: #720359)
---
 doc/FAQ           | 5 +++++
 doc/approx.xinetd | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/doc/FAQ b/doc/FAQ
index c921de7..abf8a9b 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -12,6 +12,11 @@ Changing the temporary directory used by approx
   directory used by approx. Please see the section on
   "Passing environment variables to approx", below.
 
+Using approx with xinetd
+
+  An example configuration file is provided in
+  /usr/share/doc/approx/examples/approx.xinetd
+
 Exporting a local package repository
 
   This is supported with file URLs. Note that the syntax for file URLs
diff --git a/doc/approx.xinetd b/doc/approx.xinetd
new file mode 100644
index 0000000..d2e81d6
--- /dev/null
+++ b/doc/approx.xinetd
@@ -0,0 +1,7 @@
+service approx
+{
+       socket_type     = stream
+       wait            = no
+       user            = approx
+       server          = /usr/sbin/approx
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to