Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst Pullup rev 1.42 of menus.mi.en, 1...



details:   https://anonhg.NetBSD.org/src/rev/71245142c9ca
branches:  netbsd-1-5
changeset: 489096:71245142c9ca
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Aug 13 16:32:11 2000 +0000

description:
Pullup rev 1.42 of menus.mi.en, 1.29 of menus.mi.fr, requested by feyrer:
  Use msg_clear() + msg_table_add() instead of msg_display() when showing
  the ftpsource message, so that the short lines are not paragraph-filled.

diffstat:

 distrib/utils/sysinst/menus.mi.en |  5 +++--
 distrib/utils/sysinst/menus.mi.fr |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 7466dbe747e0 -r 71245142c9ca distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Sun Aug 13 15:03:29 2000 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Sun Aug 13 16:32:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.40 2000/06/18 23:50:03 cyber Exp $     */
+/*     $NetBSD: menus.mi.en,v 1.40.2.1 2000/08/13 16:32:11 jhawk Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -222,7 +222,8 @@
 
 menu ftpsource, title "Change";
        display action
-               { msg_display (MSG_ftpsource, ftp_host, ftp_dir, ftp_user,
+               { msg_clear();
+                 msg_table_add (MSG_ftpsource, ftp_host, ftp_dir, ftp_user,
                     strcmp(ftp_user, "ftp") == 0 ? ftp_pass :
                       strlen(ftp_pass) != 0 ? "** hidden **" : "");
                };
diff -r 7466dbe747e0 -r 71245142c9ca distrib/utils/sysinst/menus.mi.fr
--- a/distrib/utils/sysinst/menus.mi.fr Sun Aug 13 15:03:29 2000 +0000
+++ b/distrib/utils/sysinst/menus.mi.fr Sun Aug 13 16:32:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.fr,v 1.28 2000/06/18 23:50:03 cyber Exp $     */
+/*     $NetBSD: menus.mi.fr,v 1.28.2.1 2000/08/13 16:32:11 jhawk Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -223,7 +223,8 @@
 
 menu ftpsource, title "Changer";
        display action
-               { msg_display (MSG_ftpsource, ftp_host, ftp_dir, ftp_user,
+               { msg_clear();
+                 msg_table_add (MSG_ftpsource, ftp_host, ftp_dir, ftp_user,
                     strcmp(ftp_user, "ftp") == 0 ? ftp_pass :
                       strlen(ftp_pass) != 0 ? "** caché **" : "");
                };



Home | Main Index | Thread Index | Old Index