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.9 (requested b...
details: https://anonhg.NetBSD.org/src/rev/ebfe05677dd6
branches: netbsd-1-6
changeset: 529107:ebfe05677dd6
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Sep 30 13:19:54 2002 +0000
description:
Pull up revision 1.9 (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.pl | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f2b98f6e45c6 -r ebfe05677dd6 distrib/utils/sysinst/menus.mi.pl
--- a/distrib/utils/sysinst/menus.mi.pl Mon Sep 30 13:16:29 2002 +0000
+++ b/distrib/utils/sysinst/menus.mi.pl Mon Sep 30 13:19:54 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.pl,v 1.3.2.4 2002/09/30 13:16:29 lukem Exp $ */
+/* $NetBSD: menus.mi.pl,v 1.3.2.5 2002/09/30 13:19:54 lukem 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