summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2012-03-09 13:46:17 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2012-03-09 13:46:17 +0100
commit4981e3058f0a0973071490d27aca3d454907766b (patch)
tree556bacace34f293b99497caffd36063c41c90461
parent934f489e7532a7dca3401ffa1b088f39a6b85ae2 (diff)
/run transitiondebian/2.2.1-6
-rw-r--r--debian/changelog10
-rw-r--r--debian/config2
-rw-r--r--debian/control2
3 files changed, 12 insertions, 2 deletions
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 <agi@inittab.org> 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