Don't bother restoring ENV or umask across reexec
commitdc60ca25aa72bcee0becc4cdebb1be67acc5b5b5
authorEric Wong <normalperson@yhbt.net>
Mon, 13 Apr 2009 06:16:20 +0000 (12 23:16 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 13 Apr 2009 06:16:20 +0000 (12 23:16 -0700)
treea54f23d9da3eaedb8966327bb395b70d64733510
parent810ca7d5b0aca3c031af36512e1addf36a4b939a
Don't bother restoring ENV or umask across reexec

If someone changes ENV or umask in the master process (via
before_fork or when loading the config), assume it was
intentional and just preserve it across reexec.
lib/unicorn.rb