CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/05 11:22:52
Modified files:
usr.sbin/fw_update: fw_update.sh
Log message:
Fix free space check for unqualified filenames
In limited instances, fetch recieves an unqualified filename that
will be fetched into the current directory. The simple "dirname"
implementation wasn't smart enough.
