diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 20ecd61..d75b554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openvpn (2.4.9-3) UNRELEASED; urgency=medium + + [ Jörg Frings-Fürst ] + * Fix the bug that occurs during the update: + "ERROR: Cannot ioctl TUNSETIFF tunX: Device or resource busy (errno=16)" + - debian/rules: Change dh_installsystemd from "--restart-after-upgrade" to + "--no-restart-after-upgrade -r". + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 02 May 2020 12:11:51 +0200 + openvpn (2.4.9-2) unstable; urgency=medium * Cherry-Pick upstream patch to fix ssl_do_config error with diff --git a/debian/rules b/debian/rules index 28cdeae..f7c3377 100755 --- a/debian/rules +++ b/debian/rules @@ -83,4 +83,4 @@ override_dh_compress: dh_compress --exclude=.cnf --exclude=pkitool override_dh_installsystemd: - dh_installsystemd --restart-after-upgrade + dh_installsystemd --no-restart-after-upgrade -r |