diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-20 12:27:08 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-20 12:27:08 +0000 |
| commit | a3aed80d1eb78a8d20f08ae2018b49ece4ccb7f2 (patch) | |
| tree | 8ba77040208b15e3c96925a3c8d3ff96021ec3ab | |
| parent | c07ee180bcb7af6be949fb19348b9553c940d515 (diff) | |
Notes
| -rw-r--r-- | share/man/man7/build.7 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 1880f6312a5d..841232613b6d 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 5, 2005 +.Dd March 20, 2006 .Dt BUILD 7 .Os .Sh NAME @@ -203,6 +203,13 @@ step into the directory hierarchy pointed to by .Xr make 1 variable .Va DESTDIR . +.Pp +If installing onto an NFS file system, make sure that +.Xr rpc.lockd 8 +is running on both client and server. +See +.Xr rc.conf 5 +on how to make it start at boot time. .It Cm toolchain Create the build toolchain needed to build the rest of the system. For cross-architecture builds, this step creates a cross-toolchain. |
