https://bugzilla.novell.com/show_bug.cgi?id=812421 https://bugzilla.novell.com/show_bug.cgi?id=812421#c6 Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvidner@suse.com --- Comment #6 from Martin Vidner <mvidner@suse.com> 2013-09-27 14:14:15 CEST --- I am not sure what is doing that job, but apparently nothing is using those variables: # grep -E -i 'te?mp' /etc/cron.*/* /etc/cron.daily/logrotate:TMPF=`mktemp /tmp/logrotate.XXXXXXXXXX` /etc/cron.daily/logrotate:/usr/sbin/logrotate /etc/logrotate.conf 2>&1 | tee $TMPF /etc/cron.daily/logrotate: /bin/logger -p cron.warning -t logrotate -f $TMPF /etc/cron.daily/logrotate:rm -f $TMPF /etc/cron.daily/packagekit-background.cron:PKTMP=$(mktemp /var/run/packagekit-cron.XXXXXX) /etc/cron.daily/packagekit-background.cron: pkcon $PKCON_OPTIONS get-updates &> $PKTMP /etc/cron.daily/packagekit-background.cron: pkcon $PKCON_OPTIONS update &> $PKTMP /etc/cron.daily/packagekit-background.cron: mail -s "System updates available: $SYSTEM_NAME" $MAILTO < $PKTMP /etc/cron.daily/packagekit-background.cron: cat $PKTMP /etc/cron.daily/packagekit-background.cron:rm -f $PKTMP In SLE11, these vars were used by /etc/cron.daily/suse.de-clean-tmp from aaa_base. Aaand... the sysconfig template seems simply to have escaped this cleanup: https://github.com/openSUSE/aaa_base/commit/aa34c9460872159c92ab7b132f10cc87... "remove all files needed exclusively by sysvinit" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.