--- - branch: netbsd-7 date: Tue Nov 11 10:21:26 UTC 2014 files: - new: 1.51.10.1 old: '1.51' path: src/sbin/fsck/fsck.c pathrev: src/sbin/fsck/fsck.c@1.51.10.1 type: modified - new: 1.111.10.1 old: '1.111' path: src/sbin/newfs/newfs.c pathrev: src/sbin/newfs/newfs.c@1.111.10.1 type: modified id: 20141111T102126Z.df17a594a18eaf4a5e18f8e734be61e3e8ccd309 log: "Pull up following revision(s) (requested by mlelstv in ticket #199):\n\tsbin/newfs/newfs.c: revision 1.112\n\tsbin/fsck/fsck.c: revision 1.52\nfix logic that handles command line arguments. Now you can:\nfsck /mnt/point\nfsck dkX\nfsck rdkX\nfsck /dev/dkX\nfsck /dev/rdkX\nfsck NAME=wedge\nSupport wedge names.\nbefore:\n newfs dk1 - formats /dev/rdk1\n newfs rdk1 - cannot open /dev/rrdk1\n newfs /dev/dk1 \ - /dev/dk1 is a block-device, use raw device\n newfs /dev/rdk1 - formats /dev/rdk1\nnow:\n newfs dk1 - formats /dev/rdk1\n newfs rdk1 - cannot open /dev/rrdk1\n newfs /dev/dk1 - formats /dev/rdk1 (*)\n newfs /dev/rdk1 - formats /dev/rdk1\n newfs NAME=wedge - formats /dev/rdk1\n(*) getfsspecname() returns the block device which must be translated.\n Passing a block device manually cannot be distinguished from this case.\n" module: src subject: 'CVS commit: [netbsd-7] src/sbin' unixtime: '1415701286' user: martin