summaryrefslogtreecommitdiff
path: root/dev-vcs/cvs/files/cvspserver.xinetd.d
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/cvs/files/cvspserver.xinetd.d')
-rw-r--r--dev-vcs/cvs/files/cvspserver.xinetd.d14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-vcs/cvs/files/cvspserver.xinetd.d b/dev-vcs/cvs/files/cvspserver.xinetd.d
new file mode 100644
index 000000000000..0f2edb09cba0
--- /dev/null
+++ b/dev-vcs/cvs/files/cvspserver.xinetd.d
@@ -0,0 +1,14 @@
+service cvspserver
+{
+ disable = yes
+ socket_type = stream
+ wait = no
+ user = root
+ log_type = FILE /var/log/cvspserver
+ protocol = tcp
+ env = HOME=/var/cvsroot
+ log_on_failure += USERID
+ port = 2401
+ server = /usr/bin/cvs
+ server_args = -f --allow-root=/var/cvsroot pserver
+}