From 93097585097fe174276b464aba29f788d151c0a2 Mon Sep 17 00:00:00 2001 From: kensmith Date: Mon, 11 Jul 2005 15:56:25 +0000 Subject: 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) --- usr.sbin/pkg_install/add/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } }; -- cgit v1.1