svn commit: r196485 - head/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Mon Aug 24 03:04:14 UTC 2009


Author: kensmith
Date: Mon Aug 24 03:04:13 2009
New Revision: 196485
URL: http://svn.freebsd.org/changeset/base/196485

Log:
  Oops.  Needed to adjust a little bit more of the line for packages-8-stable
  now that we're prepping for 8.0's release.
  
  Submitted by:	pluknet at gmail dot com
  Pointy hat:	kensmith

Modified:
  head/usr.sbin/pkg_install/add/main.c

Modified: head/usr.sbin/pkg_install/add/main.c
==============================================================================
--- head/usr.sbin/pkg_install/add/main.c	Sun Aug 23 23:37:53 2009	(r196484)
+++ head/usr.sbin/pkg_install/add/main.c	Mon Aug 24 03:04:13 2009	(r196485)
@@ -89,7 +89,7 @@ struct {
 	{ 503100, 599000, "/packages-5-stable" },
 	{ 600100, 699000, "/packages-6-stable" },
 	{ 700100, 799000, "/packages-7-stable" },
-	{ 800000, 899000, "/packages-8-stable" },
+	{ 800500, 899000, "/packages-8-stable" },
 	{ 900000, 999000, "/packages-9-current" },
 	{ 0, 9999999, "/packages-current" },
 	{ 0, 0, NULL }


More information about the svn-src-head mailing list