summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2005-07-11 15:56:25 +0000
committerkensmith <kensmith@FreeBSD.org>2005-07-11 15:56:25 +0000
commit93097585097fe174276b464aba29f788d151c0a2 (patch)
tree5bac25f2762689bf538c9338b37981ff00fdc932
parent2797073b67772c84b2d503d62c18b60ef24142e5 (diff)
downloadFreeBSD-src-93097585097fe174276b464aba29f788d151c0a2.zip
FreeBSD-src-93097585097fe174276b464aba29f788d151c0a2.tar.gz
Prepare for packages-7-current. While here retro-fit packages-5.4-release
which probably should have been done a while ago. Approved by: re (implicit)
-rw-r--r--usr.sbin/pkg_install/add/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index 4fb4c94..361c606 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -70,11 +70,13 @@ struct {
{ 502000, 502009, "/packages-5.2-release" },
{ 502010, 502099, "/packages-5.2.1-release" },
{ 503000, 503099, "/packages-5.3-release" },
+ { 504000, 504099, "/packages-5.4-release" },
{ 300000, 399000, "/packages-3-stable" },
{ 400000, 499000, "/packages-4-stable" },
{ 502100, 502128, "/packages-5-current" },
- { 503000, 599000, "/packages-5-stable" },
+ { 505000, 599000, "/packages-5-stable" },
{ 600000, 699000, "/packages-6-current" },
+ { 700000, 799000, "/packages-7-current" },
{ 0, 9999999, "/packages-current" },
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud