diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-09 11:44:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-09 11:44:25 +0000 |
commit | 329fa06ddd72e53143c6efda7f7792417a29714c (patch) | |
tree | 4599d7f57f4f641e45ba5b2159f58198110f598f /testing/subversion/svnserve.confd | |
parent | 51eb9ce8baa8bdd1037db8af0614a0dcb869caa7 (diff) | |
download | aports-329fa06ddd72e53143c6efda7f7792417a29714c.tar.bz2 aports-329fa06ddd72e53143c6efda7f7792417a29714c.tar.xz |
testing/subversion: new aport
Diffstat (limited to 'testing/subversion/svnserve.confd')
-rw-r--r-- | testing/subversion/svnserve.confd | 10 |
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" |