Closes #379400
authorPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 17:35:02 +0000 (18:35 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 26 Nov 2007 17:35:02 +0000 (18:35 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
debian/changelog
debian/xinetd.init

index 8d5b386..a4c4a07 100644 (file)
@@ -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 <madcoder@debian.org>  Mon, 26 Nov 2007 18:08:16 +0100
 
index 2a84131..b7fc550 100644 (file)
@@ -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