On 07/01/2012 02:07, Ken Smith wrote:
Author: kensmith Date: Sat Jan 7 00:07:23 2012 New Revision: 229748 URL: http://svn.freebsd.org/changeset/base/229748Log: MFC the rest of r225757 that applies to the package set directories. Modified: stable/9/usr.sbin/pkg_install/add/main.c Modified: stable/9/usr.sbin/pkg_install/add/main.c ============================================================================== --- stable/9/usr.sbin/pkg_install/add/main.c Sat Jan 7 00:05:20 2012 (r229747) +++ stable/9/usr.sbin/pkg_install/add/main.c Sat Jan 7 00:07:23 2012 (r229748) @@ -95,7 +95,8 @@ struct { { 600100, 699000, "/packages-6-stable" }, { 700100, 799000, "/packages-7-stable" }, { 800500, 899000, "/packages-8-stable" }, - { 900000, 999000, "/packages-9-current" }, + { 900500, 999000, "/packages-9-stable" }, + { 1000500, 1099000, "/packages-10-current" }, { 0, 9999999, "/packages-current" }, { 0, 0, NULL } };
Thanks a lot for the explanation about r229304 (I decided to not spam the lists unnecessarily at the time).
Well, I suppose now PR 162490 can be safely closed, too... :) http://www.freebsd.org/cgi/query-pr.cgi?pr=162490 And thanks for _all_ your hard work, guys. Cheers, Luchesar _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
