Author: brueffer
Date: Sun Feb 16 10:16:07 2014
New Revision: 261963
URL: http://svnweb.freebsd.org/changeset/base/261963

Log:
  Refer newfs and growfs users to fsck_ffs instead of
  fsck, the latter does not accept the referred to "-b" flag.
  
  PR:           82720
  Submitted by: David D.W. Downey

Modified:
  stable/10/sbin/growfs/growfs.c
  stable/10/sbin/newfs/mkfs.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/growfs/growfs.c
==============================================================================
--- stable/10/sbin/growfs/growfs.c      Sun Feb 16 08:42:52 2014        
(r261962)
+++ stable/10/sbin/growfs/growfs.c      Sun Feb 16 10:16:07 2014        
(r261963)
@@ -201,7 +201,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();
 

Modified: stable/10/sbin/newfs/mkfs.c
==============================================================================
--- stable/10/sbin/newfs/mkfs.c Sun Feb 16 08:42:52 2014        (r261962)
+++ stable/10/sbin/newfs/mkfs.c Sun Feb 16 10:16:07 2014        (r261963)
@@ -546,7 +546,7 @@ restart:
         * 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();
        /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to