CVSROOT: /cvs Module name: src Changes by: afre...@cvs.openbsd.org 2022/02/20 14:53:04
Modified files: usr.sbin/fw_update: fw_update.sh Log message: Only use /snapshots dir when -current Not during release, -stable, or -beta. This diverges from how packages work and how things were done in the past where -beta also looked in /snapshots. Discussed in icb. OK deraadt@