Re: fsck -C in stable/7 and 7.2

2009-04-29 Thread Andriy Gapon
on 27/04/2009 22:16 Xin LI said the following: > Hi, > > I have committed a fix for that. Thanks for reporting! Thanks a lot! -- Andriy Gapon ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsu

Re: fsck -C in stable/7 and 7.2

2009-04-27 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have committed a fix for that. Thanks for reporting! Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkn2BJYACgkQi+vbBBjt66Cy/gCgjiWNTp0D

Re: fsck -C in stable/7 and 7.2

2009-04-27 Thread Andriy Gapon
on 27/04/2009 20:49 Jaakko Heinonen said the following: > On 2009-04-27, Andriy Gapon wrote: >> fsck(8) describes -C option, fsck mentions this option in its usage >> message, but: >> >> $ fsck -C >> fsck_ufs: illegal option -- C >> usage: fsck_ufs [-BCFpfny] [-b block] [-c level] [-m mode] filesys

Re: fsck -C in stable/7 and 7.2

2009-04-27 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andriy Gapon wrote: > It is quite possible that I messed my local src repo, but this is what I see > in > stable/7 r191214. fsck(8) describes -C option, fsck mentions this option in > its > usage message, but: > > $ fsck -C > fsck_ufs: illegal optio

Re: fsck -C in stable/7 and 7.2

2009-04-27 Thread Jaakko Heinonen
On 2009-04-27, Andriy Gapon wrote: > fsck(8) describes -C option, fsck mentions this option in its usage > message, but: > > $ fsck -C > fsck_ufs: illegal option -- C > usage: fsck_ufs [-BCFpfny] [-b block] [-c level] [-m mode] filesystem ... > > Am I he only one to see this? r190357 probably ac

fsck -C in stable/7 and 7.2

2009-04-27 Thread Andriy Gapon
It is quite possible that I messed my local src repo, but this is what I see in stable/7 r191214. fsck(8) describes -C option, fsck mentions this option in its usage message, but: $ fsck -C fsck_ufs: illegal option -- C usage: fsck_ufs [-BCFpfny] [-b block] [-c level] [-m mode] filesystem ... Am