On 2006-03-21 08:08, Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > des 2006-03-21 08:08:58 UTC > > FreeBSD src repository > > Modified files: > tools/tools/tinderbox tbmaster.pl > Log: > Open the lock file write-only. > > Revision Changes Path > 1.62 +1 -1 src/tools/tools/tinderbox/tbmaster.pl
For anyone wondering why this change is needed, if you try to use tbmaster.pl on a Solaris box (i.e. to control a number of your own, custom tinderbox runs[1]), the flock() call on a file descriptor that is not opened write-only fails with EBADF. [1] Thank you Dag-Erling for making tbmaster and the tinderbox scripts available. My builds for some Solaris-based stuff are so much easier using these scripts that I owe you a lot of beer :) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
