svn commit: r248147 - stable/8/usr.sbin/pkg_install/add

Josh Paetzel jpaetzel at FreeBSD.org
Mon Mar 11 07:10:17 UTC 2013


Author: jpaetzel
Date: Mon Mar 11 07:10:15 2013
New Revision: 248147
URL: http://svnweb.freebsd.org/changeset/base/248147

Log:
  Add the packages directory that will be used for the upcoming
  8.4 release
  
  Approved by:	re (implicit)

Modified:
  stable/8/usr.sbin/pkg_install/add/main.c

Modified: stable/8/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/8/usr.sbin/pkg_install/add/main.c	Mon Mar 11 06:54:58 2013	(r248146)
+++ stable/8/usr.sbin/pkg_install/add/main.c	Mon Mar 11 07:10:15 2013	(r248147)
@@ -88,6 +88,7 @@ struct {
 	{ 801000, 801499, "/packages-8.1-release" },
 	{ 802000, 802499, "/packages-8.2-release" },
 	{ 803000, 803499, "/packages-8.3-release" },
+	{ 804000, 804499, "/packages-8.4-release" },
 	{ 900000, 900499, "/packages-9.0-release" },
 	{ 901000, 901499, "/packages-9.1-release" },
 	{ 300000, 399000, "/packages-3-stable" },


More information about the svn-src-all mailing list