mountd and nfsd live in /usr/sbin, not /sbin.

This commit is contained in:
wiz 2000-11-04 14:06:24 +00:00
parent 87ebc281b2
commit 424fc39fbc
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: prep,v 1.9 2000/11/02 08:20:27 mbw Exp $
.\" $NetBSD: prep,v 1.10 2000/11/04 14:06:24 wiz Exp $
.
.Ss2 Open Firmware System Preparation
.
@ -900,8 +900,8 @@ the
.Ic mountd
process. Otherwise, you need to run:
.Pp
.Dl # Ic "/sbin/mountd"
.Dl # Ic "/sbin/nfsd -tun 4"
.Dl # Ic "/usr/sbin/mountd"
.Dl # Ic "/usr/sbin/nfsd -tun 4"
.Pp
Now, you need to place the files your netboot client will need.
As noted above in the section

View File

@ -1,4 +1,4 @@
.\" $NetBSD: install,v 1.35 2000/11/04 13:44:05 pk Exp $
.\" $NetBSD: install,v 1.36 2000/11/04 14:06:25 wiz Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -381,8 +381,8 @@ the
.Ic mountd
process. Otherwise, you need to run:
.Pp
.Dl # Ic "/sbin/mountd"
.Dl # Ic "/sbin/nfsd -tun 4"
.Dl # Ic "/usr/sbin/mountd"
.Dl # Ic "/usr/sbin/nfsd -tun 4"
.Pp
Now, you need to place the files your netboot client will need.
As noted above in the section