Geoff Garside
Geoff Garside
In the FreeBSD versions of Ruby the system rbconfig.rb has the following lines ``` CONFIG["INSTALL_DATA"] = ENV['RB_USER_INSTALL'] ? 'install -m 444' : 'install -o root -g wheel -m 444' CONFIG["INSTALL_SCRIPT"]...
Uses the FreeBSD uuid(3) functions. Correctly compiles for me, though I've not yet tested it in a running nginx instance.
I'm experiencing an odd issue after issuing a USR2 signal to my process. I've got an OnSIGHUP handler which opens some files and reloads data from them. On the first...