Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck_ffs change the message "COVERTING TO FFSv2 SUPERBL...



details:   https://anonhg.NetBSD.org/src/rev/247872dc2822
branches:  trunk
changeset: 557584:247872dc2822
user:      dbj <dbj%NetBSD.org@localhost>
date:      Mon Jan 12 19:40:24 2004 +0000

description:
change the message "COVERTING TO FFSv2 SUPERBLOCK" to
"CONVERT TO NEW SUPERBLOCK LAYOUT" to help avoid confusion

diffstat:

 sbin/fsck_ffs/setup.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 356fc2687c45 -r 247872dc2822 sbin/fsck_ffs/setup.c
--- a/sbin/fsck_ffs/setup.c     Mon Jan 12 16:19:19 2004 +0000
+++ b/sbin/fsck_ffs/setup.c     Mon Jan 12 19:40:24 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setup.c,v 1.67 2004/01/10 14:28:37 mrg Exp $   */
+/*     $NetBSD: setup.c,v 1.68 2004/01/12 19:40:24 dbj Exp $   */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)setup.c    8.10 (Berkeley) 5/9/95";
 #else
-__RCSID("$NetBSD: setup.c,v 1.67 2004/01/10 14:28:37 mrg Exp $");
+__RCSID("$NetBSD: setup.c,v 1.68 2004/01/12 19:40:24 dbj Exp $");
 #endif
 #endif /* not lint */
 
@@ -185,8 +185,8 @@
        if ((!is_ufs2 && cvtlevel >= 4) &&
                        (sblock->fs_old_flags & FS_FLAGS_UPDATED) == 0) {
                if (preen)
-                       pwarn("CONVERTING TO FFSv2 SUPERBLOCK\n");
-               else if (!reply("CONVERT TO FFSv2 SUPERBLOCK"))
+                       pwarn("CONVERTING TO NEW SUPERBLOCK LAYOUT\n");
+               else if (!reply("CONVERT TO NEW SUPERBLOCK LAYOUT"))
                        return(0);
                sblock->fs_old_flags |= FS_FLAGS_UPDATED;
                /* Disable the postbl tables */



Home | Main Index | Thread Index | Old Index