db-move: moved evolution-ews from [testing] to [extra] (x86_64)
[arch-packages.git] / openvpn / trunk / openvpn.install
blob09ded1e5f1212a87671d5ae34db9c1b84f7b7950
1 #!/bin/sh
3 post_upgrade() {
4 # return if old package version greater 2.5.0-1...
5 (( $(vercmp $2 '2.5.0-1') > 0 )) && return
7 echo ':: OpenVPN now uses a netlink interface for network configuration. The systemd'
8 echo " units start the process with a dedicated unprivileged user 'openvpn', with"
9 echo ' extra capabilities(7). The configuration should no longer drop privileges,'
10 echo " so remove 'user' and 'group' directives."
11 echo ' Scripts that require elevated privileges may need a workaround.'