[php-maint] Bug#770105: Restoring script

Kees Meijs post at keesmeijs.nl
Wed Nov 19 06:32:14 UTC 2014


If you would like to restore the behaviour as Aaron mentioned, here's 
the diff:
> $ diff /tmp/sessionclean sessionclean
> 4c4
> < [ -x /usr/bin/lsof ] && /usr/bin/lsof -w -l +d "${1}" | awk -- '{ if 
> (NR > 1) { print $9; } }' | xargs -i touch -c {}
> ---
> > [ -x /usr/bin/lsof ] && /usr/bin/lsof -w -l +d "${1}" -F0 | sed -zne 
> "s/^n//p" | xargs -0i echo touch -c -h "'{}'"

The original code was taken from 5.4.4-14+deb7u14.

Regards,
Kees



More information about the pkg-php-maint mailing list