/usr/lib/php5/sessionclean in the update uses the -z option of sed, but
sed in wheezy doesn't have that option.
In the update, the critical change:
[ -x /usr/bin/lsof ] && /usr/bin/lsof -w -l +d "${1}" -F0 | sed -zne
"s/^n//p" | xargs -0i echo touch -c -h "'{}'"
previous version:
[ -x /usr/bin/lsof ] && /usr/bin/lsof -w -l +d "${1}" | awk -- '{ if (NR
> 1) { print $9; } }' | xargs -i touch -c {}
Regards,
Mark.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]