svn commit: r261964 - stable/9/sbin/growfs

Christian Brueffer brueffer at FreeBSD.org
Sun Feb 16 10:28:19 UTC 2014


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();
 


More information about the svn-src-stable-9 mailing list