svn commit: r229305 - releng/9.0/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Mon Jan 2 18:50:18 UTC 2012


Author: kensmith
Date: Mon Jan  2 18:50:17 2012
New Revision: 229305
URL: http://svn.freebsd.org/changeset/base/229305

Log:
  MFC r229304:
  > The portion of r225757 that added the packages-9.0-release directory
  > was supposed to be MFCed closer to the release but that got missed.
  >
  > Pointy hat:   kensmith
  
  Approved by:	re (implicit)

Modified:
  releng/9.0/usr.sbin/pkg_install/add/main.c
Directory Properties:
  releng/9.0/usr.sbin/pkg_install/   (props changed)

Modified: releng/9.0/usr.sbin/pkg_install/add/main.c
==============================================================================
--- releng/9.0/usr.sbin/pkg_install/add/main.c	Mon Jan  2 18:42:29 2012	(r229304)
+++ releng/9.0/usr.sbin/pkg_install/add/main.c	Mon Jan  2 18:50:17 2012	(r229305)
@@ -87,6 +87,7 @@ struct {
 	{ 800000, 800499, "/packages-8.0-release" },
 	{ 801000, 801499, "/packages-8.1-release" },
 	{ 802000, 802499, "/packages-8.2-release" },
+	{ 900000, 900499, "/packages-9.0-release" },
 	{ 300000, 399000, "/packages-3-stable" },
 	{ 400000, 499000, "/packages-4-stable" },
 	{ 502100, 502128, "/packages-5-current" },


More information about the svn-src-all mailing list