Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Show the IP6 address instead of yes



details:   https://anonhg.NetBSD.org/src/rev/41ecb59a2541
branches:  trunk
changeset: 332259:41ecb59a2541
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Sep 13 09:38:43 2014 +0000

description:
Show the IP6 address instead of yes

diffstat:

 usr.sbin/sysinst/net.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r fe790d41f2b1 -r 41ecb59a2541 usr.sbin/sysinst/net.c
--- a/usr.sbin/sysinst/net.c    Sat Sep 13 09:30:30 2014 +0000
+++ b/usr.sbin/sysinst/net.c    Sat Sep 13 09:38:43 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.12 2014/09/13 09:30:30 roy Exp $     */
+/*     $NetBSD: net.c,v 1.13 2014/09/13 09:38:43 roy Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -747,8 +747,7 @@
                    *net_defroute == '\0' ? "<none>" : net_defroute);
 #ifdef INET6
        msg_display_add(MSG_netokv6,
-                    !is_v6kernel() ? "<not supported>" :
-                       (v6config ? "yes" : "no"));
+                    !is_v6kernel() ? "<not supported>" : net_ip6);
 #endif
 done:
        process_menu(MENU_yesno, deconst(MSG_netok_ok));



Home | Main Index | Thread Index | Old Index