openvpn/fsl.openvpn

Mon, 01 Jul 2013 21:11:17 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 01 Jul 2013 21:11:17 +0200
changeset 775
21ce05ebf344
permissions
-rw-r--r--

Correct overly hostile error warnings in the build configuration.

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

mercurial