Package: cron
Version: 3.0pl1-112

Hi,

Setting up cron (3.0pl1-112) ...
chmod: missing operand after `600'
Try `chmod --help' for more information.
dpkg: error processing cron (--configure):
 subprocess installed post-installation script returned error exit status 123

the cause is empty /var/spool/cron directory, so postinst barfs in xargs call:

ls -1 | xargs chmod 600

maybe it should be checked for emptiness:
if [ -f * ]; then ls -1 | xargs chmod 600; fi

thanks

-- 
pub 4096R/0E4BD0AB <people.fccf.net/danchev/key pgp.mit.edu>



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

Reply via email to