Bernhard Wiedemann changed bug 911620
What Removed Added
Status NEW CONFIRMED
CC   Andreas.Stieger@gmx.de, bwiedemann@suse.com, stsp@elego.de
Assignee bnc-team-screening@forge.provo.novell.com dmueller@suse.com
Summary svn server (svnserve) cannot be started via yast > service manager - Systemd EnvironmentFile is missing svn server (svnserve) cannot be started - sysconfig/svnserve is missing

Comment # 1 on bug 911620 from
There is a /var/adm/fillup-templates/sysconfig.svnserve
but it does not get used during %post

Steps To Reproduce:
zypper -n in subversion
service svnserve start
> Job for svnserve.service failed.
ls /etc/sysconfig/svnserve
> ls: cannot access /etc/sysconfig/svnserve: No such file or directory


postinstall scriptlet:

    PNAME=subversion
    SUBPNAME=
    TEMPLATE_DIR=/var/adm/fillup-templates
    SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME

    if [ -x /bin/fillup ] ; then
        if [ -f $SYSC_TEMPLATE ] ; then


It is looking for a sysconfig.subversion template, 
but there is only the svnserve one.


You are receiving this mail because: