On Wed, Jul 17, 2002 at 08:42:33AM -0400, Jeff Trawick wrote: > I would have thought you would add > > #if defined __OpenBSD__ > #define HAVE_SYSVSEM_SERIALIZED_ACCEPT > #endif > > since you have flock too. > > If you want to force sysvsem be the default, add > > #define USE_SYSVSEM_SERIALIZED_ACCEPT > > in the __OpenBSD__ path. > > This way you allow the admin to choose flock if they really want.
you're right. I'm on committing that change. as we have privilege seperation (chroot & drop root privs in the parent) now per default we don't want flock, no files writeable by www inside ServerRoot.