CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/27 13:49:45
Modified files:
usr.sbin/pkg_add: pkg.conf.5
usr.sbin/pkg_add/OpenBSD: PackageLocator.pm
Log message:
Allow pkg.conf's installpath to be set to a bare hostname (no /), which
implies http://hostname/pub/OpenBSD/[snapshots-or-version]/packages/[arch].
This could be handled at a different location in the code to support PKG_PATH
but this approach is pretty simple and I have something else to make use of it.
ok espie@ for now.