diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-13 17:49:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-13 17:49:42 +0000 |
commit | 9bbca33aafa1dce8113739d886a0e1fd347985e7 (patch) | |
tree | 3e24df4e38c65ba133e3512cdf3e05771f27e629 /share | |
parent | aaadc3febf45ff292d15ca0da9ace923293833ed (diff) |
mountd(8) should be running on the server for diskless setups;
from Mattieu Baptiste
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/diskless.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index ac85e10e1e2..3d71661e808 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.56 2006/05/21 16:35:38 jmc Exp $ +.\" $OpenBSD: diskless.8,v 1.57 2007/04/13 17:49:41 jmc Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -363,10 +363,11 @@ See for details of how to start these processes at boot. .Pp For all clients: +.Xr mountd 8 , +.Xr nfsd 8 , .Xr portmap 8 , -.Xr rarpd 8 , and -.Xr nfsd 8 . +.Xr rarpd 8 . .Pp For Alpha, AMD64, newer HPPA, HPPA64, i386, Mips64, Motorola, Sun, and Vax clients: |