http://bugs.dragonflybsd.org/issue364
Paths for pkg_ * utils are wrong in dfuibe_installer-1.1.7/conf/cmdnames.conf Patch follows: --- cmdnames.conf.20070126 2005-04-08 03:29:17.000000000 +0100 +++ cmdnames.conf 2007-01-26 22:55:19.000000000 +0000 @@ -85,10 +85,10 @@ PW=usr/sbin/pw SWAPINFO=usr/sbin/swapinfo BOOT0CFG=usr/sbin/boot0cfg FDFORMAT=usr/sbin/fdformat -PKG_ADD=usr/sbin/pkg_add -PKG_DELETE=usr/sbin/pkg_delete -PKG_CREATE=usr/sbin/pkg_create -PKG_INFO=usr/sbin/pkg_info +PKG_ADD=usr/pkg/sbin/pkg_add +PKG_DELETE=usr/pkg/sbin/pkg_delete +PKG_CREATE=usr/pkg/sbin/pkg_create +PKG_INFO=usr/pkg/sbin/pkg_info INETD=usr/sbin/inetd TFTPD=usr/libexec/tftpd
