diff options
author | Bernhard Schmidt <berni@debian.org> | 2017-12-30 22:21:14 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2017-12-30 22:21:14 +0100 |
commit | 166ec510cb88cc1213ba6f441ffb372836fbddd3 (patch) | |
tree | 8a8160ebeff4eaa8924367dbca91ff89fccbbb2d /debian/README.Debian | |
parent | 1e5f64f1519f3e43bdd34e2975c9c97840779592 (diff) | |
parent | 75286879ecd00a15e21cb9126643fef0316bd47f (diff) |
Merge tag 'debian/2.4.4-2' into stretch-backports
openvpn Debian release 2.4.4-2
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 517cf02..29b15fe 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -186,11 +186,13 @@ from now on. plugin support -------------- -Plugins are now included in the package. They get installed in /usr/lib/openvpn. +Plugins are now included in the package. They get installed in +/usr/lib/<DEB_HOST_MULTIARCH>/openvpn/plugins. Info on what they are and what they do in README.auth-pam and README.down-root. -Append /usr/lib/openvpn/ to the plugin name in the plugin option. -i.e. - plugin /usr/lib/openvpn/openvpn-auth-pam.so [service-type] +Append /usr/lib/<DEB_HOST_MULTIARCH>/openvpn/plugins to the plugin name in +the plugin option. +i.e. + plugin /usr/lib/x86_64-linux-gnu/openvpn/plugins/openvpn-plugin-auth-pam.so [service-type] Using resolvconf ---------------- |