[php-maint] Bug#770108: sessionclean script uses sed -z option which doesn't exist in wheezy's sed

Marian Sigler m at qjym.de
Tue Nov 18 21:59:03 UTC 2014


Package: php5-common
Version: 5.4.35-0+deb7u1

The /usr/lib/php5/sessionclean script uses the -z option of sed, which
the version in wheezy (sed 4.2.1-10) doesn't have yet.


In addition I think the `[ -x /usr/bin/lsof ] &&` in the script is not a
good idea, because in the case lsof really does not exist, the second
line would remove used files after some time. (I don't know the details
but that's what it looks to me, just wanted to point it out.)


Marian



More information about the pkg-php-maint mailing list