From 5831912732f5480f668449ee092110758e59ebb3 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Fri, 23 Jun 2017 14:44:05 +0200 Subject: Fix #865589 --- debian/postinst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 3776449..a3d7113 100644 --- a/debian/postinst +++ b/debian/postinst @@ -30,6 +30,14 @@ case "$1" in echo "$b" | grep -q '\*' && continue ln -sf "/run/openvpn/$b" "/run/sendsigs.omit.d/openvpn.$b" done + # Fix for #865589, this should be removed before Buster is released + # Only affected sid users + if [ -n "$2" ] && [ "$2" = "2.4.3-1" ] && [ -f /etc/tmpfiles.d/openvpn.conf ] ; then + if [ "$( md5sum /etc/tmpfiles.d/openvpn.conf | cut -d' ' -f1)" = "af1d2934dd0025c441d93f6de4540443" ] ; then + # remove wrongly placed file by 2.4.3-1 + rm -f /etc/tmpfiles.d/openvpn.conf + fi + fi ;; esac -- cgit v1.2.3