TO_REMOVE+=/usr/sbin/ndiscvt
TO_REMOVE+=/usr/share/man/cat8/ndiscvt.8.gz
TO_REMOVE+=/usr/share/man/man8/ndiscvt.8.gz
+TO_REMOVE+=/etc/settings.conf
# $DragonFly: src/UPDATING,v 1.26 2008/09/15 20:03:36 thomas Exp $
+-----------------------------------------------------------------------+
++ UPGRADING DRAGONFLY FROM 2.8 to later versions
++-----------------------------------------------------------------------+
+
+pkg_radd settings
+=================
+
+The config file for pkg_radd has moved from /etc/settings.conf to
+/etc/pkg_radd.conf. Save the contents of settings.conf before upgrading
+if this is needed. This warning only applies if /etc/settings.conf
+exists. pkg_radd will continue to work with defaults.
+
++-----------------------------------------------------------------------+
+ 20100924
+ UPGRADING DRAGONFLY FROM 2.6 to 2.8 or HEAD
+-----------------------------------------------------------------------+
--- /dev/null
+# This config file controls where pkg_radd looks for pkgsrc binaries.
+# The example here is the default.
+# Consult the dragonflybsd.org website for a list of mirrors.
+# The path should lead to a directory containing the architectures,
+# like 'i386' and x86_64. The correct arch and DragonFly version is
+# automatically appended to the path by pkg_radd.
+#
+# BINPKG_BASE=http://mirror-master.dragonflybsd.org/packages
+#
osver=`uname -r | awk -F - '{ print $1; }'`
cpuver=`uname -p | awk -F - '{ print $1; }'`
-[ -f /etc/settings.conf ] && . /etc/settings.conf
+[ -f /etc/pkg_radd.conf ] && . /etc/pkg_radd.conf
: ${BINPKG_BASE:=http://mirror-master.dragonflybsd.org/packages}
: ${BINPKG_SITES:=$BINPKG_BASE/$cpuver/DragonFly-$osver/stable}
: ${PKG_PATH:=$BINPKG_SITES/All}