From 4981e3058f0a0973071490d27aca3d454907766b Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Fri, 9 Mar 2012 13:46:17 +0100 Subject: /run transition --- debian/changelog | 10 ++++++++++ debian/config | 2 +- debian/control | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 89c9525..5f134ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +openvpn (2.2.1-6) unstable; urgency=low + + * /run transition: Replaced usage of /dev/.udev with /run/udev, + when checking for the usage of udev. Depend on initscripts + (>= 2.88dsf-13.3) to guarantee the existence of /run/udev + in case udev is being used. (Closes: #644321) + Patch by Pieter du Preez. + + -- Alberto Gonzalez Iniesta Fri, 09 Mar 2012 13:44:50 +0100 + openvpn (2.2.1-5) unstable; urgency=low * Avoid sending ICMP redirects when using tun devices and "subnet" diff --git a/debian/config b/debian/config index 49e6d47..04883da 100644 --- a/debian/config +++ b/debian/config @@ -10,7 +10,7 @@ test $DEBIAN_SCRIPT_DEBUG && set -v -x . /usr/share/debconf/confmodule # Do we want to create /dev/net/tun? -if [ ! -e /dev/.udev ] && [ ! -e /dev/net/tun ]; then +if [ ! -e /run/udev ] && [ ! -e /dev/net/tun ]; then db_input medium openvpn/create_tun || true db_go fi diff --git a/debian/control b/debian/control index 9895e2b..746f5dc 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.openvpn.net/ Package: openvpn Architecture: any -Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, net-tools +Depends: debconf | debconf-2.0, ${shlibs:Depends}, ${misc:Depends}, net-tools, initscripts (>= 2.88dsf-13.3) Suggests: openssl, resolvconf Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a -- cgit v1.2.3