bin/82720: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Jun 23 19:50:12 UTC 2012


The following reply was made to PR bin/82720; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/82720: commit references a PR
Date: Sat, 23 Jun 2012 19:46:19 +0000 (UTC)

 Author: trasz
 Date: Sat Jun 23 19:46:07 2012
 New Revision: 237505
 URL: http://svn.freebsd.org/changeset/base/237505
 
 Log:
   Make newfs(8) display "super-block backups (for fsck_ffs -b #)" instead
   of super-block backups (for fsck -b #), since fsck(8) doesn't accept
   the "-b" option; only fsck_ffs(8) does.
   
   PR:		bin/82720
   MFC after:	1 week
 
 Modified:
   stable/9/sbin/newfs/mkfs.c
 
 Modified: stable/9/sbin/newfs/mkfs.c
 ==============================================================================
 --- stable/9/sbin/newfs/mkfs.c	Sat Jun 23 19:42:06 2012	(r237504)
 +++ stable/9/sbin/newfs/mkfs.c	Sat Jun 23 19:46:07 2012	(r237505)
 @@ -539,7 +539,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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list