CVSROOT: /cvs Module name: src Changes by: ckue...@cvs.openbsd.org 2010/11/29 10:28:29
Modified files: sbin/fsck : preen.c Log message: make "fsck -p" respect fs_passno > 2, as implied by the manual. This can be used to schedule the check of softraid(4) disks after all the slices on the component disks have been checked. ok deraadt