diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-30 22:36:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-30 22:36:21 (GMT) |
commit | 64d2b0ed73143b52c5f342239095fb317fa192b2 (patch) | |
tree | 99335c05d8fca50d5a52455d2e9a00cad50311d7 /abs/extra-testing/subversion/svn | |
parent | 58760d0e2f548a398db676c32f4dce2b10a1504b (diff) | |
download | linhes_pkgbuild-64d2b0ed73143b52c5f342239095fb317fa192b2.zip linhes_pkgbuild-64d2b0ed73143b52c5f342239095fb317fa192b2.tar.gz linhes_pkgbuild-64d2b0ed73143b52c5f342239095fb317fa192b2.tar.bz2 |
add subversion and neon
Diffstat (limited to 'abs/extra-testing/subversion/svn')
-rw-r--r-- | abs/extra-testing/subversion/svn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/subversion/svn b/abs/extra-testing/subversion/svn new file mode 100644 index 0000000..8988aaf --- /dev/null +++ b/abs/extra-testing/subversion/svn @@ -0,0 +1,11 @@ +service svn +{ + flags = REUSE + socket_type = stream + wait = no + user = root + server = /usr/bin/svnserve + server_args = -i + log_on_failure += USERID + disable = yes +} |