summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-11 17:51:01 +0000
committerjkh <jkh@FreeBSD.org>1997-03-11 17:51:01 +0000
commit170b842387b3516ef454d216f56a23422a2ffd43 (patch)
tree0ccdc05f8eecd34d09fc13adad0ca00ffc6243d1 /usr.sbin/sysinstall/dist.c
parent4f07d6ce625a97531c8982938b64c561f5773a51 (diff)
downloadFreeBSD-src-170b842387b3516ef454d216f56a23422a2ffd43.zip
FreeBSD-src-170b842387b3516ef454d216f56a23422a2ffd43.tar.gz
Fix a long-standing bug with the label editor I just found (you could
mount two dos partitions with the same name). Neaten up a dialog box that was encroaching on the right edge.
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index acecddc..a6a2336 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.100 1997/03/08 12:57:41 jkh Exp $
+ * $Id: dist.c,v 1.101 1997/03/10 21:11:53 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -311,15 +311,15 @@ distMaybeSetPorts(dialogMenuItem *self)
{
dialog_clear_norefresh();
if (!msgYesNo("Would you like to install the FreeBSD ports collection?\n\n"
- "This will give you ready access to over 800 ported software\n"
- "packages, though at the cost of around 35MB of space when \"clean\"\n"
- "and possibly much more than that if a lot of the distribution tarballs\n"
- "are loaded (unless you have the 2nd CD from a FreeBSD CDROM distribution\n"
- "available and can mount it on /cdrom, of course, in which case this is far\n"
- "less of a problem).\n\n"
+ "This will give you ready access to over 800 ported software packages,\n"
+ "though at a cost of around 35MB of disk space when \"clean\" and possibly\n"
+ "much more than that if a lot of the distribution tarballs are loaded\n"
+ "(unless you have the 2nd CD from a FreeBSD CDROM distribution available\n"
+ "and can mount it on /cdrom, in which case this is far less of a problem).\n\n"
"The ports collection is a very valuable resource and, if you have at least\n"
"100MB to spare in your /usr partition, well worth having around.\n\n"
- "For more information on the ports collection, see http://www.freebsd.org/ports\n"))
+ "For more information on the ports collection & the latest ports, visit:\n"
+ " http://www.freebsd.org/ports\n"))
Dists |= DIST_PORTS;
else
Dists &= ~DIST_PORTS;
OpenPOWER on IntegriCloud