svn commit: r248115 - stable/9/usr.sbin/sysinstall

Glen Barber gjb at FreeBSD.org
Sat Mar 9 21:21:31 UTC 2013


Author: gjb (doc,ports committer)
Date: Sat Mar  9 21:21:30 2013
New Revision: 248115
URL: http://svnweb.freebsd.org/changeset/base/248115

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

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

Modified: stable/9/usr.sbin/sysinstall/dist.c
==============================================================================
--- stable/9/usr.sbin/sysinstall/dist.c	Sat Mar  9 20:04:47 2013	(r248114)
+++ stable/9/usr.sbin/sysinstall/dist.c	Sat Mar  9 21:21:30 2013	(r248115)
@@ -280,8 +280,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"


More information about the svn-src-all mailing list