CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/29 06:28:54
Modified files:
usr.sbin/pkg_add/OpenBSD: FwUpdate.pm PackageLocator.pm
PackageRepositoryList.pm State.pm
Log message:
Refactor locator code so it's a proper object.
allow fw_update to short-circuit entirely, thus the specific
treatment of paths is actually less of a special case,
and the code that reaches into /etc/installurl is no longer used
at all in that case.
problem noticed by mlarkin@
