diff -ur tmpreaper-1.6.9/debian/cron.daily tmpreaper-1.6.9-gentoo/debian/cron.daily --- tmpreaper-1.6.9/debian/cron.daily 2007-08-20 12:19:13.000000000 +0300 +++ tmpreaper-1.6.9-gentoo/debian/cron.daily 2008-01-25 03:43:51.000000000 +0200 @@ -32,17 +32,7 @@ # Set config defaults SHOWWARNING='' - -# get the TMPREAPER_TIME value from /etc/default/rcS - -if grep '^TMPTIME=' /etc/default/rcS >/dev/null 2>&1; then - eval $(grep '^TMPTIME=' /etc/default/rcS) - if [ -n "$TMPTIME" -a "$TMPTIME" -gt 0 ]; then - TMPREAPER_TIME=${TMPTIME}d - else - TMPREAPER_TIME=7d - fi -fi +TMPREAPER_TIME='' # ! Important ! The "set -f" below prevents the shell from expanding # file paths, which is vital for the configuration below to work. diff -ur tmpreaper-1.6.9/debian/tmpreaper.conf tmpreaper-1.6.9-gentoo/debian/tmpreaper.conf --- tmpreaper-1.6.9/debian/tmpreaper.conf 2006-12-08 14:24:03.000000000 +0200 +++ tmpreaper-1.6.9-gentoo/debian/tmpreaper.conf 2008-01-25 03:44:14.000000000 +0200 @@ -40,8 +40,7 @@ # TMPREAPER_ADDITIONALOPTIONS # extra options that are passed to tmpreaper, e.g. --all -# uncomment and change the next line to overrule the /etc/default/rcS value -# TMPREAPER_TIME=7d +TMPREAPER_TIME=7d TMPREAPER_PROTECT_EXTRA='' TMPREAPER_DIRS='/tmp/.'