From 28fb6c20951e07df9cb8f6a6cbd3dc3caafcf6dc Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 22 Jul 2008 15:43:06 +0000 Subject: [PATCH] MFC: Fix path for the package tools. Reported-by: Archimedes Gaviola --- share/installer/cmdnames.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/installer/cmdnames.conf b/share/installer/cmdnames.conf index 47a0b7467f..3a97f96eb7 100644 --- a/share/installer/cmdnames.conf +++ b/share/installer/cmdnames.conf @@ -1,6 +1,6 @@ # Command names for DragonFly installer backend. # $Id: cmdnames.conf,v 1.15 2005/04/08 02:29:17 cpressey Exp $ -# $DragonFly: src/share/installer/cmdnames.conf,v 1.1 2008/03/25 22:55:38 dave Exp $ +# $DragonFly: src/share/installer/cmdnames.conf,v 1.1.2.1 2008/07/22 15:43:06 swildner Exp $ # This is in Bourne shell syntax so that it is easily editable; # it is also sourced by the installer, a C program. @@ -86,10 +86,10 @@ PW=usr/sbin/pw SWAPINFO=usr/sbin/swapinfo BOOT0CFG=usr/sbin/boot0cfg FDFORMAT=usr/sbin/fdformat -PKG_ADD=usr/pkg/bin/pkg_add -PKG_DELETE=usr/pkg/bin/pkg_delete -PKG_CREATE=usr/pkg/bin/pkg_create -PKG_INFO=usr/pkg/bin/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 -- 2.11.4.GIT