From fde87e4c015fe3442fe54d9f8af7e7733022712e Mon Sep 17 00:00:00 2001 From: Tim Oertel Date: Fri, 21 Sep 2018 09:53:14 -0400 Subject: [PATCH] subversion: make svnserve daemonize Fix svnserve startup to "daemonize" but run in foreground. (One of -d -i -t or -X must be provided.) Fix 'run' script to allow config file with custom run options. --- srcpkgs/subversion/files/svnserve/run | 3 ++- srcpkgs/subversion/template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/subversion/files/svnserve/run b/srcpkgs/subversion/files/svnserve/run index 6ea98d06cb9..7f512e08514 100755 --- a/srcpkgs/subversion/files/svnserve/run +++ b/srcpkgs/subversion/files/svnserve/run @@ -1,2 +1,3 @@ #!/bin/sh -exec svnserve --foreground +[ -r conf ] && . ./conf +exec svnserve -d --foreground $OPTS diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template index 50251ebb5ff..08a31234134 100644 --- a/srcpkgs/subversion/template +++ b/srcpkgs/subversion/template @@ -1,7 +1,7 @@ # Template file for 'subversion' pkgname=subversion version=1.10.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-apxs --disable-javahl --disable-static --without-kwallet --with-gnome-keyring --with-editor=vi --disable-mod-activation