On Tue, 19 Feb 2002, Brian White wrote: > >Date: Tue, 19 Feb 2002 15:20:46 +1100 > >To: [EMAIL PROTECTED] > >From: Brian White <[EMAIL PROTECTED]> > >Subject: The Adjustable Logging Patch - updated for 3.1.6 > > > >I have applied, tested and regenerated my "Adjustable Logging" > >patch against the 3.1.6 tarball. I have attached it to this > >email - could I please ask that it be posted to the patch area > >for 3.1.6 > > > >The other thing is - I would like to see if I can get the > >features in the patch made part of the main product - I > >am quite happy to do the actual work, I just need to know > >what kind of process I need to go through.
It's a nice patch for those who cannot use syslog facilities, but the patch removes the syslog logging feature. It would be nice to select one of them (or have them both) on compile or run time basis. It's also a patch against 3.1.6. It would be nice if there's a patch for 3.2.0b4-xxxx too. Furthermore, I see a flock() call somewhere. AFAIK, different OS-es use different names and parameter lists. Example HP-UX: int lockf(int fildes, int function, off_t size); Linux 2.2: int flock(int fd, int operation); (note the lockf on UX!). Sun will probably have something different too. But the first step is set, more to come!! > > > >Regs > > > >Brian White > --jesse -------------------------------------------------------------------- J. op den Brouw Johanna Westerdijkplein 75 Haagse Hogeschool 2521 EN DEN HAAG Faculty of Engeneering Netherlands Electrical Engeneering +31 70 4458936 -------------------- [EMAIL PROTECTED] -------------------- Linux - because reboots are for hardware changes _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

