[Pkg-cups-devel] r148 - cupsys/branches/cups-1.2/debian

Kenshi Muto kmuto at costa.debian.org
Wed Apr 12 12:38:38 UTC 2006


Author: kmuto
Date: Wed Apr 12 12:38:37 2006
New Revision: 148

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.init.d
Log:
unset TMPDIR (#347829)

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Wed Apr 12 12:38:37 2006
@@ -29,6 +29,7 @@
   * set TZ in init script only if TZ isn't defined yet.
   * Use if-fi structure style for postrotate of logrotate script.
     It solves error when cupsys is not running. (closes: #347641)
+  * Unset TMPDIR environment variable before running daemon. (closes: #347829)
 
   [ Martin Pitt ]
   * debian/patches/48_stdlib.dpatch: Adapted to new upstream version.

Modified: cupsys/branches/cups-1.2/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.init.d	Wed Apr 12 12:38:37 2006
@@ -6,6 +6,8 @@
 PIDFILE=/var/run/cups/$NAME.pid
 DESC="Common Unix Printing System"
 
+unset TMPDIR
+
 test -f $DAEMON || exit 0
 
 set -e



More information about the Pkg-cups-devel mailing list