From 929a51a82f5944c4efbc030fcf33f8577731f703 Mon Sep 17 00:00:00 2001 From: klanger Date: Mon, 8 Nov 2010 01:01:21 -0800 Subject: [PATCH] --- docs/newhandbook/environmentquickstart/index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/newhandbook/environmentquickstart/index.mdwn b/docs/newhandbook/environmentquickstart/index.mdwn index 4dd4fe3b..22a29db4 100644 --- a/docs/newhandbook/environmentquickstart/index.mdwn +++ b/docs/newhandbook/environmentquickstart/index.mdwn @@ -215,7 +215,7 @@ For those who are new to the DragonFly way of doing things can also have the Deb First we need to configure *pkgin* to use a repository which contains the pkgsrc binary packages. For this example we will use the main DragonFly server. **Note**: Be sure to use a local [[mirror|mirrors/]] for better performance and to reduce load on the main servers. - # echo "http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/" > \ + # echo "http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/" > \ /usr/pkg/etc/pkgin/repositories.conf @@ -224,11 +224,11 @@ Now to update *pkgin* with the list of latest packages available from that repos # pkgin update cleaning database from - http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/ + http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/ entries... downloading pkg_summary.bz2: 100% processing remote summary - (http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/)... + (http://mirror-master.dragonflybsd.org/packages/i386/DragonFly-2.8.2/stable/All/)... updating database: 100% Now to upgrade packages that are already installed in the system -- 2.41.0