Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 21:21:47 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r248116 - stable/8/usr.sbin/sysinstall
Message-ID:  <201303092121.r29LLlH3013536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer)
Date: Sat Mar  9 21:21:47 2013
New Revision: 248116
URL: http://svnweb.freebsd.org/changeset/base/248116

Log:
  Update ports count and size in sysinstall(8).
  This is a direct commit to stable/8.
  
  Submitted by:	ryusuke
  Approved by:	re (kib)

Modified:
  stable/8/usr.sbin/sysinstall/dist.c

Modified: stable/8/usr.sbin/sysinstall/dist.c
==============================================================================
--- stable/8/usr.sbin/sysinstall/dist.c	Sat Mar  9 21:21:30 2013	(r248115)
+++ stable/8/usr.sbin/sysinstall/dist.c	Sat Mar  9 21:21:47 2013	(r248116)
@@ -289,8 +289,8 @@ 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 19,000 ported software packages,\n"
-		  "at a cost of around 445MB of disk space when \"clean\" and possibly\n"
+		  "This will give you ready access to over 24,000 ported software packages,\n"
+		  "at a cost of around 500MB of disk space when \"clean\" and possibly\n"
 		  "much more than that when a lot of the distribution tarballs are loaded\n"
 		  "(unless you have the extra discs available from a FreeBSD CD/DVD distribution\n"
 		  "and can mount them on /cdrom, in which case this is far less of a problem).\n\n"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303092121.r29LLlH3013536>