Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst make mbr and disklabel editor consiste...



details:   https://anonhg.NetBSD.org/src/rev/4f78769d0d72
branches:  trunk
changeset: 535205:4f78769d0d72
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Aug 12 02:22:52 2002 +0000

description:
make mbr and disklabel editor consistently use Start, End, Size in
that order.

"offset" -> "start" where applicable.

diffstat:

 distrib/utils/sysinst/arch/arc/msg.md.en          |   4 ++--
 distrib/utils/sysinst/arch/arc/msg.md.fr          |  10 ++++++----
 distrib/utils/sysinst/arch/arc/msg.md.pl          |   8 ++++----
 distrib/utils/sysinst/arch/bebox/msg.md.en        |   6 +++---
 distrib/utils/sysinst/arch/bebox/msg.md.fr        |  10 ++++++----
 distrib/utils/sysinst/arch/bebox/msg.md.pl        |  10 +++++-----
 distrib/utils/sysinst/arch/hpcmips/msg.md.en      |   4 ++--
 distrib/utils/sysinst/arch/hpcmips/msg.md.fr      |  10 ++++++----
 distrib/utils/sysinst/arch/hpcmips/msg.md.pl      |   8 ++++----
 distrib/utils/sysinst/arch/i386/msg.md.en         |   4 ++--
 distrib/utils/sysinst/arch/i386/msg.md.fr         |  10 ++++++----
 distrib/utils/sysinst/arch/i386/msg.md.pl         |   8 ++++----
 distrib/utils/sysinst/arch/mac68k/msg.md.en       |   4 ++--
 distrib/utils/sysinst/arch/mac68k/msg.md.pl       |   4 ++--
 distrib/utils/sysinst/arch/playstation2/msg.md.en |   6 +++---
 distrib/utils/sysinst/arch/playstation2/msg.md.fr |  10 ++++++----
 distrib/utils/sysinst/arch/playstation2/msg.md.pl |  12 ++++++------
 distrib/utils/sysinst/arch/prep/msg.md.en         |   4 ++--
 distrib/utils/sysinst/arch/prep/msg.md.pl         |   8 ++++----
 distrib/utils/sysinst/arch/sandpoint/msg.md.en    |   6 +++---
 distrib/utils/sysinst/arch/sandpoint/msg.md.fr    |  10 ++++++----
 distrib/utils/sysinst/arch/sandpoint/msg.md.pl    |  10 +++++-----
 distrib/utils/sysinst/arch/walnut/msg.md.en       |   6 +++---
 distrib/utils/sysinst/arch/walnut/msg.md.fr       |  10 ++++++----
 distrib/utils/sysinst/arch/walnut/msg.md.pl       |  10 +++++-----
 distrib/utils/sysinst/disks.c                     |   4 ++--
 distrib/utils/sysinst/mbr.c                       |   4 ++--
 distrib/utils/sysinst/menus.mi.en                 |   6 +++---
 distrib/utils/sysinst/menus.mi.fr                 |   4 ++--
 distrib/utils/sysinst/menus.mi.pl                 |   4 ++--
 distrib/utils/sysinst/msg.mi.en                   |   6 +++---
 distrib/utils/sysinst/msg.mi.fr                   |   4 ++--
 32 files changed, 119 insertions(+), 105 deletions(-)

diffs (truncated from 775 to 300 lines):

diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/arc/msg.md.en
--- a/distrib/utils/sysinst/arch/arc/msg.md.en  Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/arc/msg.md.en  Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.2 2002/07/09 14:49:24 wiz Exp $  */
+/*     $NetBSD: msg.md.en,v 1.3 2002/08/12 02:22:53 grant Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -76,7 +76,7 @@
 message part_header
 {   Total disksize %d %s.
 
-   Start(%3s) Size(%3s)  End(%3s)   Kind
+   Start(%3s) End(%3s)   Size(%3s)  Kind
    ---------- ---------- ---------- ----
 }
 
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/arc/msg.md.fr
--- a/distrib/utils/sysinst/arch/arc/msg.md.fr  Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/arc/msg.md.fr  Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.1 2001/07/04 16:56:01 thorpej Exp $      */
+/*     $NetBSD: msg.md.fr,v 1.2 2002/08/12 02:22:53 grant Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -75,15 +75,17 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Début(%3s) Taille(%3s) Fin(%3s)   Type
-   ---------- ----------- ---------- ----
+{   Total disksize %d %s.
+
+   Début(%3s) Fin(%3s)   Taille(%3s) Type
+   ---------- ---------- ----------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                  }
 
 message part_row_start_used
-{%-1d: %-10d %-11d %-10d}
+{%-1d: %-10d %-10d %-11d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/arc/msg.md.pl
--- a/distrib/utils/sysinst/arch/arc/msg.md.pl  Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/arc/msg.md.pl  Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.pl,v 1.2 2002/04/09 19:48:02 hubertf Exp $      */
+/*     $NetBSD: msg.md.pl,v 1.3 2002/08/12 02:22:53 grant Exp $        */
 /*     Based on english version: */
 /*     NetBSD: msg.md.en,v 1.1 2001/07/04 16:56:01 thorpej Exp */
 
@@ -78,15 +78,15 @@
 message part_header
 {   Calkowity rozmiar dysku %d %s.
 
-    Pocz(%3s) Rozm(%3s)  Koniec(%3s)Rodzaj
-   ---------- ---------- ---------- ----
+   Pocz(%3s)  Koniec(%3s) Rozm(%3s)  Rodzaj
+   ---------- ----------- ---------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                 }
 
 message part_row_start_used
-{%-1d: %-10d %-10d %-10d}
+{%-1d: %-10d %-11d %-10d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/bebox/msg.md.en
--- a/distrib/utils/sysinst/arch/bebox/msg.md.en        Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/bebox/msg.md.en        Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.11 2001/04/12 03:48:13 briggs Exp $      */
+/*     $NetBSD: msg.md.en,v 1.12 2002/08/12 02:22:54 grant Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -88,9 +88,9 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Total disksize %d sectors
+{   Total disksize %d %s.
 
-   Start(%3s) Size(%3s)  End(%3s)   Kind
+   Start(%3s) End(%3s)   Size(%3s)  Kind
    ---------- ---------- ---------- ----
 }
 
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/bebox/msg.md.fr
--- a/distrib/utils/sysinst/arch/bebox/msg.md.fr        Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/bebox/msg.md.fr        Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.6 2000/12/03 01:54:48 minoura Exp $      */
+/*     $NetBSD: msg.md.fr,v 1.7 2002/08/12 02:22:54 grant Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -107,15 +107,17 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Début(%3s) Taille(%3s) Fin(%3s)   Type
-   ---------- ----------- ---------- ----
+{   Total disksize %d %s.
+
+   Début(%3s) Fin(%3s)   Taille(%3s) Type
+   ---------- ---------- ----------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                  }
 
 message part_row_start_used
-{%-1d: %-10d %-11d %-10d}
+{%-1d: %-10d %-10d %-11d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/bebox/msg.md.pl
--- a/distrib/utils/sysinst/arch/bebox/msg.md.pl        Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/bebox/msg.md.pl        Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.pl,v 1.2 2002/04/09 19:48:03 hubertf Exp $      */
+/*     $NetBSD: msg.md.pl,v 1.3 2002/08/12 02:22:54 grant Exp $        */
 /*     Based on english version: */
 /*     NetBSD: msg.md.en,v 1.11 2001/04/12 03:48:13 briggs Exp */
 
@@ -89,17 +89,17 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Calkowity rozmiar dysku %d sektorow.
+{   Calkowity rozmiar dysku %d %s.
 
-    Pocz(%3s) Rozm(%3s)  Koniec(%3s)Rodzaj
-   ---------- ---------- ---------- ----
+   Pocz(%3s)  Koniec(%3s) Rozm(%3s)  Rodzaj
+   ---------- ----------- ---------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                 }
 
 message part_row_start_used
-{%-1d: %-10d %-10d %-10d}
+{%-1d: %-10d %-11d %-10d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/hpcmips/msg.md.en
--- a/distrib/utils/sysinst/arch/hpcmips/msg.md.en      Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/msg.md.en      Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.5 2002/07/09 14:49:25 wiz Exp $  */
+/*     $NetBSD: msg.md.en,v 1.6 2002/08/12 02:22:54 grant Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -76,7 +76,7 @@
 message part_header
 {   Total disksize %d %s.
 
-   Start(%3s) Size(%3s)  End(%3s)   Kind
+   Start(%3s) End(%3s)   Size(%3s)  Kind
    ---------- ---------- ---------- ----
 }
 
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/hpcmips/msg.md.fr
--- a/distrib/utils/sysinst/arch/hpcmips/msg.md.fr      Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/msg.md.fr      Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.3 2002/03/23 03:24:34 shin Exp $ */
+/*     $NetBSD: msg.md.fr,v 1.4 2002/08/12 02:22:54 grant Exp $        */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -75,15 +75,17 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Début(%3s) Taille(%3s) Fin(%3s)   Type
-   ---------- ----------- ---------- ----
+{   Total disksize %d %s.
+
+   Début(%3s) Fin(%3s)   Taille(%3s) Type
+   ---------- ---------- ----------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                  }
 
 message part_row_start_used
-{%-1d: %-10d %-11d %-10d}
+{%-1d: %-10d %-10d %-11d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/hpcmips/msg.md.pl
--- a/distrib/utils/sysinst/arch/hpcmips/msg.md.pl      Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/msg.md.pl      Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.pl,v 1.2 2002/04/09 19:48:06 hubertf Exp $      */
+/*     $NetBSD: msg.md.pl,v 1.3 2002/08/12 02:22:54 grant Exp $        */
 /*     Based on english version: */
 /*     NetBSD: msg.md.en,v 1.4 2002/03/23 03:24:34 shin Exp */
 
@@ -78,15 +78,15 @@
 message part_header
 {   Calkowity rozmiar dysku %d %s.
 
-    Pocz(%3s) Rozm(%3s)  Koniec(%3s)Rodzaj
-   ---------- ---------- ---------- ----
+   Pocz(%3s)  Koniec(%3s) Rozm(%3s)  Rodzaj
+   ---------- ----------- ---------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                 }
 
 message part_row_start_used
-{%-1d: %-10d %-10d %-10d}
+{%-1d: %-10d %-11d %-10d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/i386/msg.md.en
--- a/distrib/utils/sysinst/arch/i386/msg.md.en Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.en Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.26 2002/07/28 08:58:59 grant Exp $       */
+/*     $NetBSD: msg.md.en,v 1.27 2002/08/12 02:22:55 grant Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -76,7 +76,7 @@
 message part_header
 {   Total disksize %d %s.
 
-   Start(%3s) Size(%3s)  End(%3s)   Kind
+   Start(%3s) End(%3s)   Size(%3s)  Kind
    ---------- ---------- ---------- ----
 }
 
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/i386/msg.md.fr
--- a/distrib/utils/sysinst/arch/i386/msg.md.fr Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.fr Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.fr,v 1.17 2002/07/28 08:58:59 grant Exp $       */
+/*     $NetBSD: msg.md.fr,v 1.18 2002/08/12 02:22:55 grant Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -75,15 +75,17 @@
 
 /* the %s's will expand into three character strings */
 message part_header
-{   Début(%3s) Taille(%3s) Fin(%3s)   Type
-   ---------- ----------- ---------- ----
+{   Total disksize %d %s.
+
+   Début(%3s) Fin(%3s)   Taille(%3s) Type
+   ---------- ---------- ----------- ----
 }
 
 message part_row_start_unused
 {%-1d:                                  }
 
 message part_row_start_used
-{%-1d: %-10d %-11d %-10d}
+{%-1d: %-10d %-10d %-11d}
 
 message part_row_end
 { %s\n}
diff -r 07543e035783 -r 4f78769d0d72 distrib/utils/sysinst/arch/i386/msg.md.pl
--- a/distrib/utils/sysinst/arch/i386/msg.md.pl Mon Aug 12 02:06:18 2002 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.pl Mon Aug 12 02:22:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.pl,v 1.3 2002/07/28 08:58:59 grant Exp $        */
+/*     $NetBSD: msg.md.pl,v 1.4 2002/08/12 02:22:55 grant Exp $        */
 /*     Based on english version: */
 /*     NetBSD: msg.md.en,v 1.24 2001/01/27 07:34:39 jmc Exp    */
 
@@ -78,15 +78,15 @@
 message part_header
 {   Calkowity rozmiar dysku %d %s.
 
-    Pocz(%3s) Rozm(%3s)  Koniec(%3s)Rodzaj
-   ---------- ---------- ---------- ----
+   Pocz(%3s)  Koniec(%3s) Rozm(%3s)  Rodzaj
+   ---------- ----------- ---------- ----
 }



Home | Main Index | Thread Index | Old Index