Package: tinc Version: 1.0.19-1 Severity: normal Hello Guus,
The new tinc-pidfile option for /etc/network/interfaces sets the --logfile parameter, not the --pidfile one - seems to be a little cut&paste error. Change between 1.0.18-1 and 1.0.19-1: diff --git a/debian/tinc.if-pre-up b/debian/tinc.if-pre-up index e0e5a45..a7c917e 100644 --- a/debian/tinc.if-pre-up +++ b/debian/tinc.if-pre-up @@ -14,6 +14,7 @@ set -e [ -n "$IF_TINC_DEBUG" ] && EXTRA="$EXTRA -d$IF_TINC_DEBUG" [ -n "$IF_TINC_MLOCK" ] && EXTRA="$EXTRA --mlock" [ -n "$IF_TINC_LOGFILE" ] && EXTRA="$EXTRA --logfile=$IF_TINC_LOGFILE" +[ -n "$IF_TINC_PIDFILE" ] && EXTRA="$EXTRA --logfile=$IF_TINC_PIDFILE" [ -n "$IF_TINC_CHROOT" ] && EXTRA="$EXTRA --chroot" [ -n "$IF_TINC_USER" ] && EXTRA="$EXTRA --user=$IF_TINC_USER" Greetings Haegar -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages tinc depends on: ii dpkg 1.16.4.3 ii install-info 4.13a.dfsg.1-10 ii libc6 2.13-33 ii libevent-2.0-5 2.0.19-stable-3 ii liblzo2-2 2.06-1 ii libncurses5 5.9-9 ii libssl1.0.0 1.0.1c-3 ii libtinfo5 5.9-9 ii zlib1g 1:1.2.7.dfsg-13 Versions of packages tinc recommends: ii python 2.7.3~rc2-1 tinc suggests no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org