summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-08-24 03:04:13 +0000
committerkensmith <kensmith@FreeBSD.org>2009-08-24 03:04:13 +0000
commit151c80cfa6153c6af729f16971b785c1fb38e302 (patch)
tree0c801ee000c8c8e207a198ae810a4a747146fc28 /usr.sbin/pkg_install
parente7e8031f238b397683ac2d85bae5cbdaf03d3062 (diff)
downloadFreeBSD-src-151c80cfa6153c6af729f16971b785c1fb38e302.zip
FreeBSD-src-151c80cfa6153c6af729f16971b785c1fb38e302.tar.gz
Oops. Needed to adjust a little bit more of the line for packages-8-stable
now that we're prepping for 8.0's release. Submitted by: pluknet at gmail dot com Pointy hat: kensmith
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index 461c367..eaed0c0 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -89,7 +89,7 @@ struct {
{ 503100, 599000, "/packages-5-stable" },
{ 600100, 699000, "/packages-6-stable" },
{ 700100, 799000, "/packages-7-stable" },
- { 800000, 899000, "/packages-8-stable" },
+ { 800500, 899000, "/packages-8-stable" },
{ 900000, 999000, "/packages-9-current" },
{ 0, 9999999, "/packages-current" },
{ 0, 0, NULL }
OpenPOWER on IntegriCloud