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

Ken Smith kensmith at FreeBSD.org
Wed Oct 24 01:42:47 UTC 2012


Author: kensmith
Date: Wed Oct 24 01:42:46 2012
New Revision: 241975
URL: http://svn.freebsd.org/changeset/base/241975

Log:
  Add the release package directory for 9.1-RELEASE.

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	Wed Oct 24 01:26:29 2012	(r241974)
+++ head/usr.sbin/pkg_install/add/main.c	Wed Oct 24 01:42:46 2012	(r241975)
@@ -89,6 +89,7 @@ struct {
 	{ 802000, 802499, "/packages-8.2-release" },
 	{ 803000, 803499, "/packages-8.3-release" },
 	{ 900000, 900499, "/packages-9.0-release" },
+	{ 901000, 901499, "/packages-9.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