I've noticed that openbsd currently does not have an flock(1) utility, it's basically a wrapper around flock(2) used to get file locks in shell, it calls flock(2) in a file, forks and executes a command passes to by command line and wait(2) for it.
I'm willing to implement one, what do you guys think ? Could it be usefull ? -- Christiano Farina Haesbaert

