Package: anacron
Version: 2.3-13
Severity: minor
Tags: patch

Line 308 of readtab.c reads:

    if (chdir(spooldir)) die_e("Can't chdir to %s", SPOOLDIR);

It should, of course, read:

    if (chdir(spooldir)) die_e("Can't chdir to %s", spooldir);

so that if the spooldir has been changed, the error message will be
correct.

   Julian


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

Reply via email to