- use proper capitalisation and punctuation in /etc/sysconfig/svnserve

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=41
This commit is contained in:
Stefan Sperling
2011-01-31 20:22:26 +00:00
committed by Git OBS Bridge
parent 040f363b2a
commit b47af2b067
2 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 31 21:21:33 CET 2011 - stsp@elego.de
- use proper capitalisation and punctuation in /etc/sysconfig/svnserve
-------------------------------------------------------------------
Mon Jan 31 21:18:19 CET 2011 - stsp@elego.de

View File

@@ -4,28 +4,28 @@
## Type: string
## Default "-d -R -r /srv/svn/repos"
#
# default options for the svnserve process
# the -R option enforces read-only access, i.e. write operations to the
# repository (such as commits) will not be allowed
# authentication should be configured before allowing write access,
# see http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
# Default options for the svnserve process.
# The -R option enforces read-only access, i.e. write operations to the
# repository (such as commits) will not be allowed.
# Authentication should be configured before allowing write access.
# See http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
#
SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
## Type: string
## Default "svn"
#
# svnserve should run as unprivileged user
# the userid/groupid svn is not created during package install
# run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create the userid/groupid
# svnserve should run as unprivileged user.
# The userid/groupid svn is not created during package install.
# Run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create the userid/groupid.
#
SVNSERVE_USERID="svn"
## Type: string
## Default "svn"
#
# svnserve should run as unprivileged user
# the userid/groupid svn is not created during package install
# run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create the userid/groupid
# svnserve should run as unprivileged user.
# The userid/groupid svn is not created during package install.
# Run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create the userid/groupid.
#
SVNSERVE_GROUPID="svn"