aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-09-04 20:22:41 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-09-04 20:22:41 +0000
commit4a194bc67887217df04f3b77735e67e582824b1b (patch)
tree82a18fea3e0fe5f82826092f6fa846c398821498 /usr.sbin/sade/install.c
parentdd5360b44c4f69d9fe9526e1c213457d62b7d2c7 (diff)
downloadsrc-4a194bc67887217df04f3b77735e67e582824b1b.tar.gz
src-4a194bc67887217df04f3b77735e67e582824b1b.zip
Since we now install sysinstall in /usr/sbin, encourage the user to
run that version, rather than the copy in /stand.
Notes
Notes: svn path=/head/; revision=83015
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 73629c6e9f2c..0ab8fa1e200f 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?")) {