CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2015/01/11 15:34:08
Modified files: usr.sbin : Makefile usr.sbin/pkg_add: Makefile Added files: usr.sbin/pkg_add: fw_update.1 Log message: replace fw_update (shell script) with a specialized version of pkg_add. This has numerous advantages, in terms of speed and control. Initial version should be (mostly) identical to the old one. thanks to rpe@ and sthen@ for tests.