diff options
author | jkh <jkh@FreeBSD.org> | 2002-12-20 00:10:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2002-12-20 00:10:37 +0000 |
commit | ed9568ea614ab1ec464b9f704f11c3a70d64c52e (patch) | |
tree | 92c9a4db8cb9dd2b90475b4c78bbc9d5cbfb9f3b /usr.sbin/sade | |
parent | 2900fe624b57e3d93ee639a35efa24986aaefd59 (diff) | |
download | FreeBSD-src-ed9568ea614ab1ec464b9f704f11c3a70d64c52e.zip FreeBSD-src-ed9568ea614ab1ec464b9f704f11c3a70d64c52e.tar.gz |
Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/sade.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8 index 88279c7..fe85383 100644 --- a/usr.sbin/sade/sade.8 +++ b/usr.sbin/sade/sade.8 @@ -44,8 +44,8 @@ systems. It is the first utility invoked by the .Fx installation boot -floppy and is also copied into -.Pa /stand/sysinstall +floppy and is also available as +.Pa /usr/sbin/sysinstall on newly installed .Fx systems for use in later configuring the system. @@ -134,7 +134,7 @@ directive), upon reaching the end of the argument list or on error. .Pp For example: .Bd -literal -/stand/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages +/usr/sbin/sysinstall _ftpPath=ftp://ziggy/pub/ mediaSetFTP configPackages .Ed .Pp Would initialize |