Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst nullify ftp passwd whenever user is ch...



details:   https://anonhg.NetBSD.org/src/rev/2b26ba85caea
branches:  trunk
changeset: 534647:2b26ba85caea
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Jul 31 12:44:14 2002 +0000

description:
nullify ftp passwd whenever user is changed, not only when user is
changed to 'ftp'.

diffstat:

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

diffs (51 lines):

diff -r f086bb3d5f9d -r 2b26ba85caea distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Wed Jul 31 11:16:49 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Wed Jul 31 12:44:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.57 2002/07/29 03:24:47 grant Exp $     */
+/*     $NetBSD: menus.mi.en,v 1.58 2002/07/31 12:44:14 grant Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -282,7 +282,6 @@
                { msg_prompt (MSG_dir, ftp_dir, ftp_dir, 255); };
        option "User", action
                { msg_prompt (MSG_user, ftp_user, ftp_user, 255);
-                 if (strcmp(ftp_user, "ftp") == 0)
                        ftp_pass[0] = '\0';
                };
        option "Password", action
diff -r f086bb3d5f9d -r 2b26ba85caea distrib/utils/sysinst/menus.mi.fr
--- a/distrib/utils/sysinst/menus.mi.fr Wed Jul 31 11:16:49 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.fr Wed Jul 31 12:44:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.fr,v 1.37 2002/07/29 03:24:47 grant Exp $     */
+/*     $NetBSD: menus.mi.fr,v 1.38 2002/07/31 12:44:15 grant Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -251,7 +251,6 @@
                { msg_prompt (MSG_dir, ftp_dir, ftp_dir, 255); };
        option "Utilisateur", action
                { msg_prompt (MSG_user, ftp_user, ftp_user, 255);
-                 if (strcmp(ftp_user, "ftp") == 0)
                        ftp_pass[0] = '\0';
                }; 
        option "Mot de passe", action
diff -r f086bb3d5f9d -r 2b26ba85caea distrib/utils/sysinst/menus.mi.pl
--- a/distrib/utils/sysinst/menus.mi.pl Wed Jul 31 11:16:49 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.pl Wed Jul 31 12:44:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.pl,v 1.8 2002/07/29 03:24:48 grant Exp $      */
+/*     $NetBSD: menus.mi.pl,v 1.9 2002/07/31 12:44:15 grant Exp $      */
 /*     Based on english version: */
 /*     NetBSD: menus.mi.en,v 1.49 2002/04/04 14:26:44 ad Exp   */
 
@@ -284,7 +284,6 @@
                { msg_prompt (MSG_dir, ftp_dir, ftp_dir, 255); };
        option "Uzytkownik", action
                { msg_prompt (MSG_user, ftp_user, ftp_user, 255);
-                 if (strcmp(ftp_user, "ftp") == 0)
                        ftp_pass[0] = '\0';
                }; 
        option "Haslo", action



Home | Main Index | Thread Index | Old Index