CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/02/19 13:41:52
Modified files: etc : rc Log message: Simplify NFS check in reorder_libs() Loop over df(1)'s output directly, ensure the resulting list of block devices is unique to avoid later duplicity checks and redundant mount(8) invocations. This allows direct bail out on invalid types and simpler saving for later remount. OK deraadt