pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: How to get started with pkgsrc, or is it sh bug?
On Fri, Jul 21, 2017 at 07:14:44AM +0000, Thomas Mueller wrote:
> System is NetBSD-current amd64 (8.99.1), June 20, 2017,
> sh: /usr/pkg/sbin/pkg_info: not found
> sh: /usr/pkg/sbin/pkg_admin: not found
For me:
$ which pkg_info
/usr/sbin/pkg_info
$ cat /etc/pkgpath.conf
# $NetBSD: pkgpath.conf,v 1.1 2013/05/01 05:36:25 agc Exp $
#
# packaging tools configuration
if [ -r /etc/defaults/pkgpath.conf ]; then
. /etc/defaults/pkgpath.conf
fi
# Add local overrides below
#
$ cat /etc/defaults/pkgpath.conf
# $NetBSD: pkgpath.conf,v 1.1 2013/05/01 05:36:25 agc Exp $
#
# /etc/defaults/pkgpath.conf --
# default configuration of /etc/pkgpath.conf
#
# packaging tools configuration
#
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
# EDIT /etc/pkgpath.conf INSTEAD.
#
pkg_admin=/usr/sbin/pkg_admin
pkg_info=/usr/sbin/pkg_info
Home |
Main Index |
Thread Index |
Old Index