From owner-freebsd-current Thu Jul 1 14:48:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 23521156B0 for ; Thu, 1 Jul 1999 14:48:07 -0700 (PDT) (envelope-from brdean@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id RAA01864 for ; Thu, 1 Jul 1999 17:48:06 -0400 (EDT) Received: from dean.pc.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA15294; Thu, 1 Jul 1999 17:47:35 -0400 Received: (from brdean@localhost) by dean.pc.sas.com (8.9.3/8.9.3) id RAA01823; Thu, 1 Jul 1999 17:47:35 -0400 (EDT) (envelope-from brdean) From: Brian Dean Message-Id: <199907012147.RAA01823@dean.pc.sas.com> Subject: a fix for a harmless but annoying sysinstall bug ... To: freebsd-current@freebsd.org Date: Thu, 1 Jul 1999 17:47:35 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This following is a patch that eliminates the sysinstall prompt that informs you that a distribution has failed to install, when really everything worked OK. This problem can be a real pain on FTP installs when you have packages following the normal install (like you can set up for a scripted install), but you aren't there to hit "OK", and then your ftp session times out, and the rest of your package installs fail when you finally come back and press "OK" because the ftp session has since timed out. Could someone please consider committing this patch? Index: dist.h =================================================================== RCS file: /mirror/ncvs/src/release/sysinstall/dist.h,v retrieving revision 1.35 diff -u -r1.35 dist.h --- dist.h 1999/05/14 07:15:04 1.35 +++ dist.h 1999/07/01 21:43:20 @@ -21,7 +21,7 @@ #define DIST_DES 0x04000 #define DIST_CATPAGES 0x08000 #define DIST_PORTS 0x10000 -#define DIST_ALL 0xFFFFF +#define DIST_ALL 0x1FFFF /* Canned distribution sets */ #define _DIST_DEVELOPER \ Thanks, -Brian -- Brian Dean The SAS Institute Inc brdean@unx.sas.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message