aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 18:53:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-02-14 18:53:17 +0000
commit246a56f16e00efa30d0da6490c3fd7c431d2c870 (patch)
tree2a8bcd9b622e751925649b2098bda74487e13eeb
parent340f94beeb7981523c04783b82f2df116e17ccd1 (diff)
Notes
-rw-r--r--release/sysinstall/dist.c10
-rw-r--r--usr.sbin/sysinstall/dist.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 646838092863..1fc1f97ed4d2 100644
--- a/release/sysinstall/dist.c
+++ b/release/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.134 1999/02/07 12:43:14 jkh Exp $
+ * $Id: dist.c,v 1.135 1999/02/07 12:57:04 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -379,11 +379,11 @@ 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 1000 ported software packages,\n"
- "though at a cost of around 35MB of disk space when \"clean\" and possibly\n"
+ "This will give you ready access to over 2000 ported software packages,\n"
+ "though at a cost of around 50MB 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 4th 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"
+ "(unless you have the extra CDs available from a FreeBSD CDROM distribution\n"
+ "and can mount them 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 & the latest ports, visit:\n"
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 646838092863..1fc1f97ed4d2 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.134 1999/02/07 12:43:14 jkh Exp $
+ * $Id: dist.c,v 1.135 1999/02/07 12:57:04 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -379,11 +379,11 @@ 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 1000 ported software packages,\n"
- "though at a cost of around 35MB of disk space when \"clean\" and possibly\n"
+ "This will give you ready access to over 2000 ported software packages,\n"
+ "though at a cost of around 50MB 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 4th 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"
+ "(unless you have the extra CDs available from a FreeBSD CDROM distribution\n"
+ "and can mount them 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 & the latest ports, visit:\n"