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.79 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/c8aa78c37a4d
branches:  netbsd-1-6
changeset: 528009:c8aa78c37a4d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 20 02:43:28 2002 +0000

description:
Pull up revision 1.79 (requested by itojun in ticket #321):
logic mistake in 1.60 -> 1.61; ask media type if needed.
From: Masanori Kanaoka <kanaoka%ann.hi-ho.ne.jp@localhost>

diffstat:

 distrib/utils/sysinst/net.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92cfd3be0f6f -r c8aa78c37a4d distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c       Thu Jun 20 01:13:09 2002 +0000
+++ b/distrib/utils/sysinst/net.c       Thu Jun 20 02:43:28 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.76.2.2 2002/06/06 09:58:35 lukem Exp $       */
+/*     $NetBSD: net.c,v 1.76.2.3 2002/06/20 02:43:28 lukem Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -444,7 +444,7 @@
        msg_display(MSG_netinfo);
 
        /* ethernet medium */
-       if (strlen(net_media) == 0)
+       if (strlen(net_media) != 0)
                msg_prompt_add(MSG_net_media, net_media, net_media, STRSIZE);
 
        /* try a dhcp configuration */



Home | Main Index | Thread Index | Old Index