Since we now install sysinstall in /usr/sbin, encourage the user to

run that version, rather than the copy in /stand.
This commit is contained in:
Robert Watson 2001-09-04 20:22:41 +00:00
parent dd5360b44c
commit 4a194bc678
2 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ installStandard(dialogMenuItem *self)
"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?")) {

View File

@ -556,7 +556,7 @@ installStandard(dialogMenuItem *self)
"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?")) {