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

Florent Thoumie flz at FreeBSD.org
Thu Dec 25 15:44:11 UTC 2008


Author: flz
Date: Thu Dec 25 15:44:10 2008
New Revision: 186494
URL: http://svn.freebsd.org/changeset/base/186494

Log:
  Add package directory for 7.1-RELEASE in head as well as stable/7.

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	Thu Dec 25 11:32:38 2008	(r186493)
+++ head/usr.sbin/pkg_install/add/main.c	Thu Dec 25 15:44:10 2008	(r186494)
@@ -79,6 +79,7 @@ struct {
 	{ 602000, 602099, "/packages-6.2-release" },
 	{ 603000, 603099, "/packages-6.3-release" },
 	{ 700000, 700099, "/packages-7.0-release" },
+	{ 701000, 701099, "/packages-7.1-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