Merge 0.7->trunk

This commit is contained in:
Waqas Hussain 2010-05-07 16:21:04 +05:00
commit 896c6443c5
3 changed files with 10 additions and 3 deletions

View file

@ -82,6 +82,7 @@ local function write_pidfile()
end
pidfile = module:get_option("pidfile");
if pidfile then
local err;
local mode = stat(pidfile) and "r+" or "w+";
pidfile_handle, err = io.open(pidfile, mode);
if not pidfile_handle then