diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-09-04 20:22:41 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-09-04 20:22:41 +0000 |
| commit | 4a194bc67887217df04f3b77735e67e582824b1b (patch) | |
| tree | 82a18fea3e0fe5f82826092f6fa846c398821498 | |
| parent | dd5360b44c4f69d9fe9526e1c213457d62b7d2c7 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
2 files changed, 2 insertions, 2 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?")) { diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 73629c6e9f2c..0ab8fa1e200f 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/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?")) { |
