pidfiles again

Denis Vlasenko vda.linux at googlemail.com
Tue Mar 27 15:06:05 PDT 2007


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


More information about the busybox mailing list