aboutsummaryrefslogtreecommitdiffstats
path: root/testing/subversion/svnserve.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-09 11:44:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-09 11:44:25 +0000
commit329fa06ddd72e53143c6efda7f7792417a29714c (patch)
tree4599d7f57f4f641e45ba5b2159f58198110f598f /testing/subversion/svnserve.confd
parent51eb9ce8baa8bdd1037db8af0614a0dcb869caa7 (diff)
downloadaports-329fa06ddd72e53143c6efda7f7792417a29714c.tar.bz2
aports-329fa06ddd72e53143c6efda7f7792417a29714c.tar.xz
testing/subversion: new aport
Diffstat (limited to 'testing/subversion/svnserve.confd')
-rw-r--r--testing/subversion/svnserve.confd10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/subversion/svnserve.confd b/testing/subversion/svnserve.confd
new file mode 100644
index 0000000000..b487a40975
--- /dev/null
+++ b/testing/subversion/svnserve.confd
@@ -0,0 +1,10 @@
+# The commented variables in this file are the defaults that are used
+# in the init-script. You don't need to uncomment them except to
+# customize them to different values.
+
+# Options for svnserve
+#SVNSERVE_OPTS="--root=/var/svn"
+
+# User and group as which to run svnserve
+SVNSERVE_USER="svn"
+SVNSERVE_GROUP="svnusers"