Package: vde2 Version: 2.1.6-1 Severity: normal I assume the intention of the if-pre-up script for vde2 is that it should exit if the file specified by $VDE_SWITCH is not found.
However, the test uses name VDE2_SWITCH. Consequently the test is always false and the script always exits early. --- vde2.orig 2007-02-18 17:23:52.000000000 +0100 +++ vde2 2007-02-18 18:32:27.000000000 +0100 @@ -9,7 +9,7 @@ GROUP=vde2-net DAEMON=/usr/bin/daemon -if [ ! -x $VDE2_SWITCH ] || [ ! -x $SLIRPVDE ]; then +if [ ! -x $VDE_SWITCH ] || [ ! -x $SLIRPVDE ]; then exit 0 fi thanks for your time, Scott Shedden -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.20061225 Locale: LANG=en_GB.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages vde2 depends on: ii adduser 3.102 Add and remove users and groups ii libc6 2.3.6.ds1-12 GNU C Library: Shared libraries ii libvdeplug2 2.1.6-1 Virtual Distributed Ethernet - Plu Versions of packages vde2 recommends: pn daemon <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

