From ce595c03fb4d7ec9f2957c0357dd357a5a011f77 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 21 May 1996 15:57:21 +0000 Subject: [PATCH] Remove a particularly annoying confirmation dialog. --- release/sysinstall/tcpip.c | 5 ++--- usr.sbin/sysinstall/tcpip.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 373af2c49aa8..0f0bed756884 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.37 1996/04/28 00:37:38 jkh Exp $ + * $Id: tcpip.c,v 1.38 1996/04/30 05:25:15 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -547,8 +547,7 @@ tcpDeviceSelect(void) if (RunningAsInit) tcpOpenDialog(devs[0]); else - msgConfirm("Since you're running multi-user, we'll assume\n" - "that the network is already up."); + msgDebug("Running multi-user, assuming that the network is already up\n"); mediaDevice = devs[0]; status = TRUE; } diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 373af2c49aa8..0f0bed756884 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.37 1996/04/28 00:37:38 jkh Exp $ + * $Id: tcpip.c,v 1.38 1996/04/30 05:25:15 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -547,8 +547,7 @@ tcpDeviceSelect(void) if (RunningAsInit) tcpOpenDialog(devs[0]); else - msgConfirm("Since you're running multi-user, we'll assume\n" - "that the network is already up."); + msgDebug("Running multi-user, assuming that the network is already up\n"); mediaDevice = devs[0]; status = TRUE; }