svn commit: r241976 - stable/9/usr.sbin/pkg_install/add
Ken Smith
kensmith at FreeBSD.org
Wed Oct 24 02:00:55 UTC 2012
Author: kensmith
Date: Wed Oct 24 02:00:54 2012
New Revision: 241976
URL: http://svn.freebsd.org/changeset/base/241976
Log:
MFC r241975: Add the release package directory for 9.1-RELEASE.
Modified:
stable/9/usr.sbin/pkg_install/add/main.c
Directory Properties:
stable/9/usr.sbin/pkg_install/add/ (props changed)
Modified: stable/9/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/9/usr.sbin/pkg_install/add/main.c Wed Oct 24 01:42:46 2012 (r241975)
+++ stable/9/usr.sbin/pkg_install/add/main.c Wed Oct 24 02:00:54 2012 (r241976)
@@ -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-stable-9
mailing list