diff options
| author | wiz <wiz@NetBSD.org> | 2000-11-04 14:06:24 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-11-04 14:06:24 +0000 |
| commit | 424fc39fbc13d4a2c8de72e5b4e99fee57c0c6b2 (patch) | |
| tree | 70ca44ea5550b3a67c3389de82e82bb4988740f5 | |
| parent | 87ebc281b21b4e38d91c75a897c8b34af8648c52 (diff) | |
mountd and nfsd live in /usr/sbin, not /sbin.
| -rw-r--r-- | distrib/notes/macppc/prep | 6 | ||||
| -rw-r--r-- | distrib/notes/sparc/install | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/distrib/notes/macppc/prep b/distrib/notes/macppc/prep index e42079da219..7e04759fed5 100644 --- a/distrib/notes/macppc/prep +++ b/distrib/notes/macppc/prep @@ -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 diff --git a/distrib/notes/sparc/install b/distrib/notes/sparc/install index c82920abd6f..65b129ab4c9 100644 --- a/distrib/notes/sparc/install +++ b/distrib/notes/sparc/install @@ -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 |
