From bfe146fec476f0bbe6e7d3f7ac452a808e7a24e8 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 26 Nov 2007 18:35:02 +0100 Subject: [PATCH] Closes #379400 Signed-off-by: Pierre Habouzit --- debian/changelog | 1 + debian/xinetd.init | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8d5b386..a4c4a07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xinetd (1:2.3.14-3) UNRELEASED; urgency=low + add autotools-dev to the Depends; + copy config.{guess,sub} from /usr/share/misc/; + remove the diff touching the config.* from Update-build-system.patch. + * Unset TMPDIR in the initscript (Closes: 379400). -- Pierre Habouzit Mon, 26 Nov 2007 18:08:16 +0100 diff --git a/debian/xinetd.init b/debian/xinetd.init index 2a84131..b7fc550 100644 --- a/debian/xinetd.init +++ b/debian/xinetd.init @@ -2,6 +2,9 @@ # # /etc/init.d/xinetd -- script to start and stop xinetd. +# clear poisonned environment +unset TMPDIR + if test -f /etc/default/xinetd; then . /etc/default/xinetd fi -- 2.20.1