On Tuesday 27 March 2007 15:10, Stephane Billiart wrote:
> This is a corrected patch, without O_EXCL in open and with a file mode.

Applied to svn. open() of pidfile is:

pid_fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, 0666);

Thanks.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to