Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst replace msg_noecho+msg_prompt+msg_echo...



details:   https://anonhg.NetBSD.org/src/rev/e0d3e79b59da
branches:  trunk
changeset: 474361:e0d3e79b59da
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jul 04 10:29:29 1999 +0000

description:
replace msg_noecho+msg_prompt+msg_echo with msg_prompt_noecho

diffstat:

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

diffs (40 lines):

diff -r afcc584e34ce -r e0d3e79b59da distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Sun Jul 04 10:13:12 1999 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Sun Jul 04 10:29:29 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.35 1999/07/04 09:41:02 cgd Exp $       */
+/*     $NetBSD: menus.mi.en,v 1.36 1999/07/04 10:29:29 cgd Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -236,9 +236,7 @@
                { if (strcmp(ftp_user, "ftp") == 0)
                        msg_prompt (MSG_email, ftp_pass, ftp_pass, 255);
                  else {
-                       msg_noecho ();
-                       msg_prompt (MSG_passwd, "", ftp_pass, 255);
-                       msg_echo ();
+                       msg_prompt_noecho (MSG_passwd, "", ftp_pass, 255);
                  }
                };
        option "Get Distribution", exit;
diff -r afcc584e34ce -r e0d3e79b59da distrib/utils/sysinst/menus.mi.fr
--- a/distrib/utils/sysinst/menus.mi.fr Sun Jul 04 10:13:12 1999 +0000
+++ b/distrib/utils/sysinst/menus.mi.fr Sun Jul 04 10:29:29 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.fr,v 1.22 1999/07/04 09:41:02 cgd Exp $       */
+/*     $NetBSD: menus.mi.fr,v 1.23 1999/07/04 10:29:30 cgd Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -237,9 +237,7 @@
                { if (strcmp(ftp_user, "ftp") == 0)
                        msg_prompt (MSG_email, ftp_pass, ftp_pass, 255);
                  else {
-                       msg_noecho ();
-                       msg_prompt (MSG_passwd, "", ftp_pass, 255);
-                       msg_echo ();
+                       msg_prompt_noecho (0, MSG_passwd, "", ftp_pass, 255);
                  }
                };
        option "Récupérer la Distribution", exit;



Home | Main Index | Thread Index | Old Index