diff options
author | brian <brian@FreeBSD.org> | 1999-06-23 08:40:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-06-23 08:40:56 +0000 |
commit | d585805fb0644e28a511ed542201ec308339de65 (patch) | |
tree | 18156e5d5f35cefca946aaae287e81b06eae15c3 | |
parent | a23965984ef5a51d000b29d86b0d69ec0a57e0a3 (diff) | |
download | FreeBSD-src-d585805fb0644e28a511ed542201ec308339de65.zip FreeBSD-src-d585805fb0644e28a511ed542201ec308339de65.tar.gz |
The ports tree is now 83MB. Change ``about 50MB'' to ``about 90MB''.
Suggested by: Mark Knight <markk@shrewd.demon.co.uk
-rw-r--r-- | release/sysinstall/dist.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/dist.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 733b9b2..fa48e55 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.139 1999/05/05 11:34:01 jkh Exp $ + * $Id: dist.c,v 1.140 1999/05/14 07:15:03 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -394,7 +394,7 @@ 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 2000 ported software packages,\n" - "though at a cost of around 50MB of disk space when \"clean\" and possibly\n" + "though at a cost of around 90MB 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 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" diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 733b9b2..fa48e55 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.139 1999/05/05 11:34:01 jkh Exp $ + * $Id: dist.c,v 1.140 1999/05/14 07:15:03 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -394,7 +394,7 @@ 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 2000 ported software packages,\n" - "though at a cost of around 50MB of disk space when \"clean\" and possibly\n" + "though at a cost of around 90MB 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 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" |