DragonFly submit List (threaded) for 2007-01
DragonFly BSD
DragonFly submit List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [PATCH] for issue 364 ISO installer pkg_create path wrong


To: Steve Mynott <steve.mynott@xxxxxxxxx>
From: Scott Ullrich <geekgod@xxxxxxxxxxx>
Date: Mon, 29 Jan 2007 18:17:39 -0500

Steve Mynott wrote:
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

Thank you, I have commited this patch to the BSD Installer repo.


Scott



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]