diff options
author | Stefano Sasso <stesasso@gmail.com> | 2020-03-06 15:34:46 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-03-09 19:04:47 +0000 |
commit | 9d6cbff838c8b1c5a47cd36394b7f089216aff86 (patch) | |
tree | 30d91bb8bc3369b1acb4bad3dd368bfc3b9c92bb /main/openvpn/APKBUILD | |
parent | c6cac9b392dc698d9f17375a81dd48d94d85322a (diff) | |
download | aports-9d6cbff838c8b1c5a47cd36394b7f089216aff86.tar.bz2 aports-9d6cbff838c8b1c5a47cd36394b7f089216aff86.tar.xz |
main/openvpn: Add instance name to OpenVPN --daemon param
The --daemon OpenVPN params also controls the tag OpenVPN uses to ship
logs to syslog. If multiple OpenVPN instances are used, the user may
want to apply syslog filters, to have different log files for the
different instances.
If you specify an additional --daemon option in the config file, it will
be ignored, since the one on the command line is preferred.
Diffstat (limited to 'main/openvpn/APKBUILD')
-rw-r--r-- | main/openvpn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn/APKBUILD b/main/openvpn/APKBUILD index 0b7699fec6..8a25b4a877 100644 --- a/main/openvpn/APKBUILD +++ b/main/openvpn/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=openvpn pkgver=2.4.8 -pkgrel=3 +pkgrel=4 pkgdesc="A robust, and highly configurable VPN (Virtual Private Network)" url="https://openvpn.net/" arch="all" |