NetBSD/etc/pkgpath.conf
agc 1410cf30c2 Fix for problematic paths in /etc/daily and /etc/security reported in
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.
2013-05-01 05:36:25 +00:00

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
#