Subject: Re: CVS commit: pkgsrc/pkgtools/pkg_install
To: Jun-ichiro itojun Hagino <itojun@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 09/05/2002 09:37:02
On Thu, Sep 05, 2002 at 03:00:27AM +0300, Jun-ichiro itojun Hagino wrote:
> 
> Module Name:	pkgsrc
> Committed By:	itojun
> Date:		Thu Sep  5 00:00:27 UTC 2002
> 
> Modified Files:
> 	pkgsrc/pkgtools/pkg_install: Makefile
> 
> Log Message:
> make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*).

+ PKG_ADD=      ${WRKSRC}/add/pkg_add
+ PKG_ADMIN=    ${WRKSRC}/admin/pkg_admin
+ PKG_CREATE=   ${WRKSRC}/create/pkg_create
+ PKG_DELETE=   ${WRKSRC}/delete/pkg_delete
+ PKG_INFO=     ${WRKSRC}/info/pkg_info
 
This is a BAD idea and I guess this wasn't discussed before.
 
Now there is NO way to specify an different location of these files.
 
And why is /usr/sbin/pkg_* not needed?
 
Could you please stop right here to play with pkg_install?

There is no need to do changes which aren't discussed before.

Bernd

P.S. I would have avoid to send it here, but thats seems the only way to
get a discussion of it.