- Remove user changing option inherited from sysconfig from README

* Was removed as it does not work on systemd, new section is there
    describing current approach

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=250
This commit is contained in:
Tomáš Chvátal 2017-08-11 09:13:26 +00:00 committed by Git OBS Bridge
parent 4bf608733e
commit 9cef019bdd
2 changed files with 9 additions and 2 deletions

View File

@ -149,9 +149,9 @@ Note that this example uses "SVNParentPath" as given in the previous section.
Subversion repositories can be via the svnserve daemon and a special network
protocol. svnserve should not run as root user. The startup scripts expects a
user/group named 'svn', configureable via /etc/sysconfig/svnserve.
user/group named 'svn'.
The subversion package now creates a user and group svn.
The subversion package creates an user and group svn.
If you want to expose the repository via both svnserve and mod_dav_svn
(Apache httpd) in parallel, ensure that the apache user is part of the

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 11 09:14:24 UTC 2017 - tchvatal@suse.com
- Remove user changing option inherited from sysconfig from README
* Was removed as it does not work on systemd, new section is there
describing current approach
-------------------------------------------------------------------
Thu Aug 10 15:04:45 UTC 2017 - astieger@suse.com