Syslog daemon (yes, I read the archives)

2003-09-11 Thread David O';Shea
Hi all, >From reading the archives there seem to be some requests from people to have the ability to use a syslog daemon instead of the Windows Event Log or C:\CYGWIN_SYSLOG.TXT for syslog output. I would also like that. I would like to try to implement this so that a registry flag controls whet

Re: cygwin doesn't show .. in all directories

2003-09-11 Thread David O';Shea
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 2:05 AM Subject: Re: cygwin doesn't show .. in all directories > On Fri, Sep 12, 2003 at 01:48:15AM +1000, David O'Shea wrote: > >Can anyone comment on these diffs? Apart from being mes

Re: Cygwin doesn't show .. in all directories

2003-09-11 Thread David O';Shea
ctory, it might be '.' or '..' */ + if (buf.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) +{ + syscall_printf ("[doshea] readdir: it's a directory"); + char *c = dir->__d_dirent->d_name; + if (strcmp(c, ".

Re: Cygwin doesn't show .. in all directories

2003-09-09 Thread David O';Shea
st post them to this mailing list? Regards, David - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "David O'Shea" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 12:43 PM Subject: Re: Cygwin doesn't

Re: Cygwin doesn't show .. in all directories

2003-09-07 Thread David O';Shea
hard to fix but I guess a challenge would be good :) Regards, David - Original Message - From: "David O'Shea" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 5:26 PM Subject: Cygwin doesn't show .. in all directories > Hi all

Cygwin doesn't show .. in all directories

2003-08-14 Thread David O';Shea
Hi all, Apologies if this is old news, but I couldn't find mention of it in the FAQ or mailing list archives. I have my F: mounted at /backup under Cygwin. When I 'ls -al /backup' there is no '.' or '..' entry in /backup, I guess because they are not there physically and hence not reported by Wi