Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/utils/sysinst Pull up revision 1.58 (requested ...
details: https://anonhg.NetBSD.org/src/rev/f59253cfdde4
branches: netbsd-1-6
changeset: 529109:f59253cfdde4
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Sep 30 13:20:09 2002 +0000
description:
Pull up revision 1.58 (requested by grant in ticket #852):
nullify ftp passwd whenever user is changed, not only when user is
changed to 'ftp'.
diffstat:
distrib/utils/sysinst/menus.mi.en | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e7ee2b0d9b3d -r f59253cfdde4 distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Mon Sep 30 13:20:01 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Mon Sep 30 13:20:09 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.en,v 1.51.2.5 2002/09/30 13:16:22 lukem Exp $ */
+/* $NetBSD: menus.mi.en,v 1.51.2.6 2002/09/30 13:20:09 lukem 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
Home |
Main Index |
Thread Index |
Old Index