The sessionclean script uses the -z option to sed, which was introduced in sed 
4.2.2. Wheezy contains sed 4.2.1. This use of the -z option therefore causes 
the following message to be e-mailed every half hour:

From: Cron <root@cache02>   [ -x /usr/lib/php5/maxlifetime ] && [ -x 
/usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && 
/usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime)

sed: invalid option -- 'z'
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...

(etc, sed usage text).

--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to