diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-17T14·06-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-17T14·06-0400 |
commit | 6c01fb4d68a80f63c692492bb91c1aa2e17b5a8f (patch) | |
tree | 23802fd802fd71223c63e0a612d10f788c577393 /src/libstore | |
parent | 53b24f351852498c52377c2f011617af04bc76fa (diff) |
Update Nix 1.1 release notes
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/build.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 8eb5dfa41bba..12940e268c74 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1796,6 +1796,9 @@ void DerivationGoal::startBuilder() with outside processes using SysV IPC mechanisms (shared memory, message queues, semaphores). It also ensures that all IPC objects are destroyed when the builder exits. + + - The UTS namespace ensures that builders see a hostname of + localhost rather than the actual hostname. */ #if CHROOT_ENABLED if (useChroot) { |