diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-23 22:16:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-23 22:16:41 +0000 |
commit | c8378615464233ebe8d09d2c58dbd40032d77e45 (patch) | |
tree | 3eee8dd61f995528c0a9e5d0ffb9521208186643 /usr.sbin/sysinstall/doc.c | |
parent | 3311fa2aba4cbec458dc454de77133714a47ccfa (diff) | |
download | FreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.zip FreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.tar.gz |
Change the name of the 'bin' distribution to 'base'.
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
Diffstat (limited to 'usr.sbin/sysinstall/doc.c')
-rw-r--r-- | usr.sbin/sysinstall/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c index 9a16d09..c122592 100644 --- a/usr.sbin/sysinstall/doc.c +++ b/usr.sbin/sysinstall/doc.c @@ -119,7 +119,7 @@ docShowDocument(dialogMenuItem *self) } else { msgConfirm("Hmmmmm! I can't seem to access the documentation you selected!\n" - "Have you loaded the bin distribution? Is your network connected?"); + "Have you loaded the base distribution? Is your network connected?"); return DITEM_FAILURE; } } |