1410cf30c2
PR/47645. Add a separate file which contains the paths for the pkg_admin and pkg_info utilities. This is called /etc/pkgpath.conf (to distinguish it from pkg.conf). Thanks also to Edgar Fuss for the sanity check.
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
# $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
|
|
#
|