subversion/fsl.subversion

Mon, 25 Aug 2014 19:07:19 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 25 Aug 2014 19:07:19 +0200
changeset 796
02101011a9bc
permissions
-rw-r--r--

Correct process identification writing of PID file on -P parameter.

     1 ##
     2 ##  fsl.subversion -- OSSP fsl configuration
     3 ##
     5 ident .*(svnserve)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/subversion/subversion.log",
    12             perm=0664
    13         )
    14     }
    15 };

mercurial