From: Pierre Habouzit Date: Mon, 26 Nov 2007 17:35:02 +0000 (+0100) Subject: Closes #379400 X-Git-Tag: debian-sid/2.3.14-2~3 X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=inline;h=bfe146fec476f0bbe6e7d3f7ac452a808e7a24e8;p=packages%2Fxinetd.git Closes #379400 Signed-off-by: Pierre Habouzit --- 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