summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-10-08 05:15:21 +0000
committerbmah <bmah@FreeBSD.org>2002-10-08 05:15:21 +0000
commit0b623c28bac5a1535c583084d5774b9c295a13ec (patch)
tree64aeb659d45f528e68e1db2ed80ea130742ba2f1 /usr.sbin/pkg_install
parentd1483e4e0cd24f900918b7c72438c6e33a88f7e6 (diff)
downloadFreeBSD-src-0b623c28bac5a1535c583084d5774b9c295a13ec.zip
FreeBSD-src-0b623c28bac5a1535c583084d5774b9c295a13ec.tar.gz
Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate
osreldate. (Actually, due to differences in package compression formats, I'm not sure that a -CURRENT pkg_add -r will do the right thing in this case, once it finds them.)
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index d940e15..cb7dfea 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -58,6 +58,7 @@ struct {
{ 450000, 450000, "/packages-4.5-release" },
{ 460000, 460001, "/packages-4.6-release" },
{ 460002, 460099, "/packages-4.6.2-release" },
+ { 470000, 470099, "/packages-4.7-release" },
{ 300000, 399000, "/packages-3-stable" },
{ 400000, 499000, "/packages-4-stable" },
{ 510000, 599000, "/packages-5-stable" },
OpenPOWER on IntegriCloud