From owner-svn-src-all@FreeBSD.ORG Sun Feb 16 10:16:08 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FD7B369; Sun, 16 Feb 2014 10:16:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08FDB10B5; Sun, 16 Feb 2014 10:16:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAG7fj053182; Sun, 16 Feb 2014 10:16:07 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAG7hA053179; Sun, 16 Feb 2014 10:16:07 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201402161016.s1GAG7hA053179@svn.freebsd.org> From: Christian Brueffer Date: Sun, 16 Feb 2014 10:16:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r261963 - in stable/10/sbin: growfs newfs X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 10:16:08 -0000 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(); /*