Date: Sun, 16 Feb 2014 10:28:18 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r261964 - stable/9/sbin/growfs Message-ID: <201402161028.s1GASI5v057727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Sun Feb 16 10:28:18 2014 New Revision: 261964 URL: http://svnweb.freebsd.org/changeset/base/261964 Log: MFC: r261655 Refer newfs and growfs users to fsck_ffs instead of fsck, the latter does not accept the referred to "-b" flag. The part of the change pertaining newfs has already been merged to stable/9 in r237505, so only record that part of the merge. PR: 82720 Submitted by: David D.W. Downey Modified: stable/9/sbin/growfs/growfs.c Directory Properties: stable/9/sbin/growfs/ (props changed) stable/9/sbin/newfs/ (props changed) Modified: stable/9/sbin/growfs/growfs.c ============================================================================== --- stable/9/sbin/growfs/growfs.c Sun Feb 16 10:16:07 2014 (r261963) +++ stable/9/sbin/growfs/growfs.c Sun Feb 16 10:28:18 2014 (r261964) @@ -206,7 +206,7 @@ growfs(int fsi, int fso, unsigned int Nf * Now build the cylinders group blocks and * then print out indices of cylinder groups. */ - printf("super-block backups (for fsck -b #) at:\n"); + printf("super-block backups (for fsck_ffs -b #) at:\n"); i = 0; width = charsperline();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161028.s1GASI5v057727>