summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-09-04 20:22:41 +0000
committerrwatson <rwatson@FreeBSD.org>2001-09-04 20:22:41 +0000
commit5589c75723c28d3a6cde153d23f391ff48a7a611 (patch)
tree82a18fea3e0fe5f82826092f6fa846c398821498 /usr.sbin/sade/install.c
parent7e593cc176744c0535e3f21b1b5c2915cf82029d (diff)
downloadFreeBSD-src-5589c75723c28d3a6cde153d23f391ff48a7a611.zip
FreeBSD-src-5589c75723c28d3a6cde153d23f391ff48a7a611.tar.gz
Since we now install sysinstall in /usr/sbin, encourage the user to
run that version, rather than the copy in /stand.
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 73629c6..0ab8fa1 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -556,7 +556,7 @@ nodisks:
"For any option you do not wish to configure, simply select\n"
"No.\n\n"
"If you wish to re-enter this utility after the system is up, you\n"
- "may do so by typing: /stand/sysinstall.");
+ "may do so by typing: /usr/sbin/sysinstall.");
}
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
if (!msgYesNo("Would you like to configure any Ethernet or SLIP/PPP network devices?")) {
OpenPOWER on IntegriCloud