4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] HELP
FromSent OnAttachments
Randy MeyerJan 2, 2003 4:46 am 
Robert PenzJan 2, 2003 5:43 am 
Brian CandlerJan 3, 2003 2:23 am 
Peter C. NortonJan 3, 2003 11:09 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] HELPActions...
From:Peter C. Norton (spac@lenin.nu)
Date:Jan 3, 2003 11:09:42 am
List:net.sourceforge.lists.courier-users

On Fri, Jan 03, 2003 at 10:20:37AM +0000, Brian Candler wrote:

perror("chdir");

have

fprintf(stderr,"chdir to %s failed: %s\n", param-to-chdir, strerror(errno));

[perhaps also include geteuid() and getegid()]

I think I submitted a patch for this issue a bit ago. Maybe the perror("chdir") was the result of this, since I recall that "chdir" may not have been printed before.

-Peter