MFC revisions 1.371 and 1.372.

1.371: Fix typos in comments.
  1.372: Remove a warning regarding disk entries in /dev.

Approved by:	ru
This commit is contained in:
ceri 2006-12-31 18:34:58 +00:00
parent bdf26f88cb
commit 86ff8cce74

View File

@ -867,7 +867,7 @@ installFixupBase(dialogMenuItem *self)
Mkdir("/usr/compat");
vsystem("ln -s usr/compat /compat");
/* BOGON #5: aliases database not build for bin */
/* BOGON #5: aliases database not built for bin */
vsystem("newaliases");
/* BOGON #6: Remove /stand (finally) */
@ -1031,8 +1031,7 @@ installFilesystems(dialogMenuItem *self)
}
else {
if (!upgrade) {
msgConfirm("Warning: Using existing root partition. It will be assumed\n"
"that you have the appropriate device entries already in /dev.");
msgConfirm("Warning: Using existing root partition.");
}
dialog_clear_norefresh();
msgNotify("Checking integrity of existing %s filesystem.", dname);